Home
last modified time | relevance | path

Searched refs:asUInt (Results 1 - 11 of 11) sorted by relevance

/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_source_parser.cpp129 click = (clickValue.asUInt() == SINGLE_CLICK || clickValue.asUInt() == DOUBLE_CLICK) ? clickValue.asUInt() : in ParseSourcesProc()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp172 .rgb = (rgb[RED_INDEX].asUInt() << MOVE_LEFT_16) | in ParseLightConf()
173 (rgb[GREEN_INDEX].asUInt() << MOVE_LEFT_8) | in ParseLightConf()
174 rgb[BLUE_INDEX].asUInt() in ParseLightConf()
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp163 .rgb = (rgb[RED_INDEX].asUInt() << MOVE_LEFT_16) | in ParseLightConf()
164 (rgb[GREEN_INDEX].asUInt() << MOVE_LEFT_8) | in ParseLightConf()
165 rgb[BLUE_INDEX].asUInt() in ParseLightConf()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp183 if (!powerPolicy.SetPowerPolicyAction(actionValue.asUInt())) { in SetPowerPolicyObject()
186 powerPolicy.SetDelayTime(delayValue.asUInt()); in SetPowerPolicyObject()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp175 action = actionValue.asUInt(); in ParseSourcesProc()
176 delayMs = delayValue.asUInt(); in ParseSourcesProc()
/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp37 return (root.isMember(key) && root[key].isUInt()) ? root[key].asUInt() : 0; in ParseUint32()
/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp116 action = actionValue.asUInt(); in ParseSourcesProc()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp60 return value.isUInt() ? value.asUInt() : 0; in ParseUInt32()
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp88 if (!eventJson[key].isArray() || eventJson[key].size() > standard[key][ARRY_SIZE].asUInt()) { in HiSysEventJsonDecorator()
/base/customization/enterprise_device_management/services/edm/src/
H A Dadmin_policies_storage_rdb.cpp267 item->adminInfo_.managedEvents_.push_back(static_cast<ManagedEvent>(managedEventsJson[i].asUInt())); in SetAdminItems()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp672 CreateUint32Value(env, static_cast<uint32_t>(jsonValue.asUInt()), value); in CreateParamItemTypeValue()

Completed in 7 milliseconds