Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h90 static int32_t GetBoolToIntProperty(napi_env env, napi_value object,
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp107 int32_t isCharging = GetBoolToIntProperty(env, objValue, "isCharging", E_IS_CHARGING_ERR); in GetChargeInfo()
229 int32_t isDeepIdle = GetBoolToIntProperty(env, objValue, "isDeepIdle", E_IS_DEEP_IDLE_ERR); in GetDeepIdleInfo()
327 int32_t Common::GetBoolToIntProperty(napi_env env, napi_value object, in GetBoolToIntProperty() function in OHOS::WorkScheduler::Common