Searched refs:GetInt32NumberValue (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | cancel_suspend_delay.cpp | 43 if (Common::GetInt32NumberValue(env, argv[0], requestId) == nullptr) { in ParseParameters()
|
H A D | get_remaining_delay_time.cpp | 52 if (Common::GetInt32NumberValue(env, argv[0], params.requestId) == nullptr) { in ParseParameters()
|
H A D | efficiency_resources_operation.cpp | 64 if (!Common::GetInt32NumberValue(env, intValue, result)) { in GetNamedInt32Value()
|
H A D | common.cpp | 201 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 D | common.h | 81 …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 D | bundle_state_common.h | 83 …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 D | bundle_state_query_napi.cpp | 74 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 D | bundle_active_app_group_napi.cpp | 212 if (BundleStateCommon::GetInt32NumberValue(env, argv[FRIST_ARG], params.newGroup) == nullptr) { in GetAppGroupParameters()
|
H A D | bundle_state_common.cpp | 446 napi_value BundleStateCommon::GetInt32NumberValue(const napi_env &env, const napi_value &value, int… in GetInt32NumberValue() function in OHOS::DeviceUsageStats::BundleStateCommon
|
H A D | bundle_state_query.cpp | 415 if (BundleStateCommon::GetInt32NumberValue(env, argv[0], params.intervalType) == nullptr) { in ParseAppUsageParametersByInterval()
|