Home
last modified time | relevance | path

Searched refs:GetInt32NumberValue (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcancel_suspend_delay.cpp43 if (Common::GetInt32NumberValue(env, argv[0], requestId) == nullptr) { in ParseParameters()
H A Dget_remaining_delay_time.cpp52 if (Common::GetInt32NumberValue(env, argv[0], params.requestId) == nullptr) { in ParseParameters()
H A Defficiency_resources_operation.cpp64 if (!Common::GetInt32NumberValue(env, intValue, result)) { in GetNamedInt32Value()
H A Dcommon.cpp201 napi_value Common::GetInt32NumberValue(const napi_env &env, const napi_value &value, int32_t &resul… in GetInt32NumberValue() function in OHOS::BackgroundTaskMgr::Common
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h81 …static napi_value GetInt32NumberValue(const napi_env &env, const napi_value &value, int32_t &resul…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_common.h83 …static napi_value GetInt32NumberValue(const napi_env &env, const napi_value &value, int32_t &resul…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_query_napi.cpp74 if (BundleStateCommon::GetInt32NumberValue(env, argv[0], params.maxNum) == nullptr) { in ParseQueryModuleUsageRecords()
88 if (BundleStateCommon::GetInt32NumberValue(env, argv[0], params.maxNum) == nullptr) { in ParseQueryModuleUsageRecords()
482 if (BundleStateCommon::GetInt32NumberValue(env, argv[0], params.intervalType) == nullptr) { in ParseQueryBundleStatsInfoByInterval()
H A Dbundle_active_app_group_napi.cpp212 if (BundleStateCommon::GetInt32NumberValue(env, argv[FRIST_ARG], params.newGroup) == nullptr) { in GetAppGroupParameters()
H A Dbundle_state_common.cpp446 napi_value BundleStateCommon::GetInt32NumberValue(const napi_env &env, const napi_value &value, int… in GetInt32NumberValue() function in OHOS::DeviceUsageStats::BundleStateCommon
H A Dbundle_state_query.cpp415 if (BundleStateCommon::GetInt32NumberValue(env, argv[0], params.intervalType) == nullptr) { in ParseAppUsageParametersByInterval()