Home
last modified time | relevance | path

Searched refs:action_id (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c78 int32_t action_id; member
274 if (len != sizeof(hb_cfg.action_id)) { in hawkbit_settings_set()
278 rc = read_cb(cb_arg, &hb_cfg.action_id, sizeof(hb_cfg.action_id)); in hawkbit_settings_set()
279 LOG_DBG("<%s> = %d", "hawkbit/action_id", hb_cfg.action_id); in hawkbit_settings_set()
353 (void)cb("hawkbit/action_id", &hb_cfg.action_id, sizeof(hb_cfg.action_id)); in hawkbit_settings_export()
551 hb_cfg.action_id = new_value; in hawkbit_device_acid_update()
553 ret = settings_save_one("hawkbit/action_id", &hb_cfg.action_id, sizeof(hb_cfg.action_id)); in hawkbit_device_acid_update()
576 return hb_cfg.action_id; in hawkbit_get_action_id()
646 static int hawkbit_deployment_get_action_id(struct hawkbit_dep_res *res, int32_t *action_id) in hawkbit_deployment_get_action_id() argument
656 *action_id = id; in hawkbit_deployment_get_action_id()
[all …]