Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Defficiency_resources_operation.cpp76 napi_value GetNamedStringValue(const napi_env &env, napi_value &object, std::string& result) in GetNamedStringValue() function
122 if (!GetNamedStringValue(env, argv[0], reason)) { in ParseParameters()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h82 …static napi_value GetNamedStringValue(const napi_env &env, napi_value &object, const char* utf8nam…
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp266 if (!Common::GetNamedStringValue(env, argv[0], "name", name) || name.empty()) { in ParseAllowResParameters()
274 if (!Common::GetNamedStringValue(env, argv[0], "reason", reason)) { in ParseAllowResParameters()
H A Dcommon.cpp283 napi_value Common::GetNamedStringValue(const napi_env &env, napi_value &object, const char* utf8nam… in GetNamedStringValue() function in OHOS::DevStandbyMgr::Common