/base/powermgr/display_manager/state_manager/frameworks/napi/ |
H A D | brightness_module.cpp | 42 SyncWork(napi_env env, const std::string resName, const std::string valName, napi_callback_info& info, napi_async_complete_callback complete) SyncWork() argument
|
/base/powermgr/powermgr_lite/interfaces/kits/battery/js/builtin/src/ |
H A D | battery_module.cpp | 28 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | js_ans_dialog_callback.cpp | 82 decltype(complete_) complete = nullptr; in ProcessDialogStatusChanged() member 27 Init(napi_env env, AsyncCallbackInfoIsEnable* callbackInfo, JsAnsDialogCallbackComplete complete) Init() argument
|
/base/security/permission_lite/services/js_api/src/ |
H A D | perm_module.cpp | 32 JSIValue complete = JSI::GetNamedProperty(args[0], CB_COMPLETE);
in CheckSelfPerm() local
|
/base/location/frameworks/native/fence_extension_ability/src/ |
H A D | js_fence_extension_context.cpp | 85 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartExtensionAbility() local
|
/base/powermgr/battery_lite/frameworks/js/builtin/src/ |
H A D | battery_module.cpp | 29 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE);
in SuccessCallBack() local
|
/base/time/time_service/framework/js/napi/common/include/ |
H A D | napi_work.h | 54 NapiComplete complete = nullptr; member
|
/base/update/updater/services/script/threadpool/ |
H A D | threadpool.cpp | 147 bool complete = true;
in RunTask() local
|
/base/notification/common_event_service/frameworks/extension/src/ |
H A D | js_static_subscriber_extension_context.cpp | 94 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
|
/base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
H A D | cipher_module.cpp | 32 JSIValue complete = JSI::GetNamedProperty(args[0], CB_COMPLETE); in Rsa() local 105 JSIValue complete = JSI::GetNamedProperty(args[0], CB_COMPLETE); in Aes() local
|
/base/startup/init/ueventd/ |
H A D | ueventd_main.c | 30 static bool complete = false; in IsComplete() local
|
/base/startup/init/services/loopevent/task/ |
H A D | le_streamtask.c | 25 HandleSendMsg_(const LoopHandle loopHandle, const TaskHandle taskHandle, const LE_SendMessageComplete complete) HandleSendMsg_() argument
|
/base/time/time_service/framework/js/napi/common/src/ |
H A D | napi_work.cpp | 74 AsyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name, NapiExecute execute, NapiComplete complete) AsyncEnqueue() argument 166 SyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name, NapiExecute execute, NapiComplete complete) SyncEnqueue() argument [all...] |
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_napi.cpp | 209 AsyncWork(napi_env& env, std::unique_ptr<AsyncCallbackInfo>& asyncInfo, const std::string& resourceName, napi_async_execute_callback execute, napi_async_complete_callback complete) AsyncWork() argument
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | system_battery.cpp | 178 napi_value complete = nullptr;
in CompleteCallback() local
|
/base/powermgr/power_manager/frameworks/napi/power/ |
H A D | power_napi.cpp | 295 AsyncWork(napi_env& env, std::unique_ptr<AsyncCallbackInfo>& asyncInfo, const std::string& resourceName, napi_async_execute_callback execute, napi_async_complete_callback complete) AsyncWork() argument
|
/base/print/print_fwk/frameworks/kits/extension/src/ |
H A D | js_print_extension_context.cpp | 132 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, startOptions, unwrapArgc]( in OnStartAbility() local 192 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, startOptions, unwrapArgc]( in OnStartAbilityWithAccount() local 229 NapiAsyncTask::CompleteCallback complete = [weak = context_]( in OnTerminateAbility() local 386 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection]( OnDisconnectAbility() local [all...] |
/base/time/time_service/framework/js/napi/system_timer/src/ |
H A D | napi_system_timer.cpp | 244 auto complete = [createTimerContext](napi_value &output) { in CreateTimer() local 284 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StartTimer() local 312 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StopTimer() local 340 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in DestroyTimer() local
|
/base/time/time_service/framework/js/napi/system_date_time/src/ |
H A D | napi_system_date_time.cpp | 96 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetTime() local 142 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetDate() local 179 auto complete = [env, getRealActiveTimeContext](napi_value &output) { in GetRealActiveTime() local 220 auto complete = [getCurrentTimeContext, env](napi_value &output) { in GetCurrentTime() local 255 auto complete = [getTimeContext](napi_value &output) { in GetTime() local 295 auto complete = [getRealTimeContext](napi_value &output) { GetRealTime() local 345 auto complete = [getUpTimeContext](napi_value &output) { GetUptime() local 368 auto complete = [env, getDateContext](napi_value &output) { GetDate() local 399 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; SetTimezone() local 421 auto complete = [env, getTimezoneContext](napi_value &output) { GetTimezone() local 447 auto complete = [env, getTimezoneContext](napi_value &output) { GetTimezoneSync() local 474 auto complete = [env](napi_value &output) { UpdateNtpTime() local 498 auto complete = [getNtpTimeContext](napi_value &output) { GetNtpTime() local [all...] |
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | js_inputmethod_extension_context.cpp | 126 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, startOptions, unwrapArgc](napi_env env, in OnStartAbility() local 179 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, startOptions, in OnStartAbilityWithAccount() local 211 NapiAsyncTask::CompleteCallback complete = [weak = context_]( in OnTerminateAbility() local 263 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection, connectId](napi_env env, in OnConnectAbility() local 316 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, connection, in OnConnectAbilityWithAccount() local 364 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection](napi_env env, OnDisconnectAbility() local [all...] |
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | common_event_set_param.cpp | 510 auto complete = [enable, events, fromBundle](napi_env env, AbilityRuntime::NapiAsyncTask &task, int32_t status) { in OnSetStaticSubscriberState() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_open_settings.cpp | 269 decltype(complete_) complete = nullptr; in ProcessStatusChanged() member 233 Init(napi_env env, AsyncCallbackInfoOpenSettings* callbackInfo, JsAnsCallbackComplete complete) Init() argument
|
/base/customization/enterprise_device_management/interfaces/kits/common/src/ |
H A D | napi_edm_common.cpp | 494 HandleAsyncWork(napi_env env, AsyncCallbackInfo *context, const std::string &workName, napi_async_execute_callback execute, napi_async_complete_callback complete) HandleAsyncWork() argument
|
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 257 HandleAsyncWork(napi_env env, ConfigAsyncContext *context, std::string workName, napi_async_execute_callback execute, napi_async_complete_callback complete) HandleAsyncWork() argument
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
H A D | js_wallpaper_extension_context.cpp | 124 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, startOptions, unwrapArgc]( in OnStartAbility() local 182 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, startOptions, unwrapArgc]( in OnStartAbilityWithAccount() local 217 NapiAsyncTask::CompleteCallback complete = [weak = context_]( in OnTerminateAbility() local 259 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection, connectId]( in OnConnectAbility() local 300 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, connection, connectId]( in OnConnectAbilityWithAccount() local 371 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection]( OnDisconnectAbility() local [all...] |