Home
last modified time | relevance | path

Searched defs:complete (Results 1 - 25 of 30) sorted by relevance

12

/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness_module.cpp42 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 Dbattery_module.cpp28 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Djs_ans_dialog_callback.cpp82 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 Dperm_module.cpp32 JSIValue complete = JSI::GetNamedProperty(args[0], CB_COMPLETE); in CheckSelfPerm() local
/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension_context.cpp85 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartExtensionAbility() local
/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp29 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h54 NapiComplete complete = nullptr; member
/base/update/updater/services/script/threadpool/
H A Dthreadpool.cpp147 bool complete = true; in RunTask() local
/base/notification/common_event_service/frameworks/extension/src/
H A Djs_static_subscriber_extension_context.cpp94 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H A Dcipher_module.cpp32 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 Dueventd_main.c30 static bool complete = false; in IsComplete() local
/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c25 HandleSendMsg_(const LoopHandle loopHandle, const TaskHandle taskHandle, const LE_SendMessageComplete complete) HandleSendMsg_() argument
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_work.cpp74 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 Drunninglock_napi.cpp209 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 Dsystem_battery.cpp178 napi_value complete = nullptr; in CompleteCallback() local
/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.cpp295 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 Djs_print_extension_context.cpp132 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 Dnapi_system_timer.cpp244 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 Dnapi_system_date_time.cpp96 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 Djs_inputmethod_extension_context.cpp126 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 Dcommon_event_set_param.cpp510 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 Dnapi_open_settings.cpp269 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 Dnapi_edm_common.cpp494 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 Dconfig_policy_napi.cpp257 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 Djs_wallpaper_extension_context.cpp124 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...]

Completed in 36 milliseconds

12