Searched refs:GetBoolToIntProperty (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | common.h | 90 static int32_t GetBoolToIntProperty(napi_env env, napi_value object,
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 107 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
|