Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_settings/include/
H A Ddevice_settings_addon.h66 static bool JsStrToPowerPolicy(napi_env env, std::string jsStr, PowerPolicy &powerPolicy);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/
H A Ddevice_settings_addon.cpp419 …ASSERT_AND_THROW_PARAM_ERROR(env, JsStrToPowerPolicy(env, value, powerPolicy), "param 'powerPolicy… in SetValue()
495 bool DeviceSettingsAddon::JsStrToPowerPolicy(napi_env env, std::string jsStr, PowerPolicy &powerPol… in JsStrToPowerPolicy() function in DeviceSettingsAddon