Home
last modified time | relevance | path

Searched defs:complete (Results 1 – 25 of 32) sorted by relevance

12

/base/powermgr/battery_lite/interfaces/kits/js/
D@system.battery.d.ts35 complete?: () => void; property
52 complete?: () => void; property
74 complete?: () => void; property
96 complete?: () => void; property
118 complete?: () => void; property
140 complete?: () => void; property
162 complete?: () => void; property
/base/time/time_service/framework/js/napi/system_date_time/src/
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) { in GetRealTime() local
345 auto complete = [getUpTimeContext](napi_value &output) { in GetUptime() local
368 auto complete = [env, getDateContext](napi_value &output) { in GetDate() local
399 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in SetTimezone() local
421 auto complete = [env, getTimezoneContext](napi_value &output) { in GetTimezone() local
[all …]
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Djs_ans_dialog_callback.cpp32 JsAnsDialogCallbackComplete complete) in Init()
85 decltype(complete_) complete = nullptr; in ProcessDialogStatusChanged() member
/base/security/permission_lite/services/js_api/src/
Dperm_module.cpp32 JSIValue complete = JSI::GetNamedProperty(args[0], CB_COMPLETE); in CheckSelfPerm() local
/base/print/print_fwk/frameworks/kits/extension/src/
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, unwrap… in OnStartAbilityWithAccount() local
229 NapiAsyncTask::CompleteCallback complete = [weak = context_]( in OnTerminateAbility() local
280 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection, connectId]( in OnConnectAbility() local
335 …NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, connection, connectI… in OnConnectAbilityWithAccount() local
386 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection]( in OnDisconnectAbility() local
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
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/powermgr/powermgr_lite/interfaces/kits/battery/js/builtin/src/
Dbattery_module.cpp28 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
/base/time/time_service/framework/js/napi/common/src/
Dnapi_work.cpp75 NapiExecute execute, NapiComplete complete) in AsyncEnqueue()
167 NapiExecute execute, NapiComplete complete) in SyncEnqueue()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp275 auto complete = [createTimerContext](napi_value &output) { in CreateTimer() local
315 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StartTimer() local
343 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in StopTimer() local
371 auto complete = [env](napi_value &output) { output = NapiUtils::GetUndefinedValue(env); }; in DestroyTimer() local
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension_context.cpp126 …NapiAsyncTask::CompleteCallback complete = [weak = context_, want, startOptions, unwrapArgc](napi_… 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… in OnConnectAbility() local
316 …NapiAsyncTask::CompleteCallback complete = [weak = context_, want, accountId, connection, connectI… in OnConnectAbilityWithAccount() local
364 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection](napi_env env, in OnDisconnectAbility() local
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
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, unwrap… 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, connectI… in OnConnectAbilityWithAccount() local
371 NapiAsyncTask::CompleteCallback complete = [weak = context_, want, connection]( in OnDisconnectAbility() local
/base/time/time_service/framework/js/napi/common/include/
Dnapi_work.h54 NapiComplete complete = nullptr; member
/base/location/frameworks/native/fence_extension_ability/src/
Djs_fence_extension_context.cpp85 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartExtensionAbility() local
/base/update/updater/services/script/threadpool/
Dthreadpool.cpp147 bool complete = true; in RunTask() local
/base/startup/init/ueventd/
Dueventd_main.c30 static bool complete = false; in IsComplete() local
/base/notification/common_event_service/frameworks/extension/src/
Djs_static_subscriber_extension_context.cpp94 AbilityRuntime::NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_open_settings.cpp234 JsAnsCallbackComplete complete) in Init()
269 decltype(complete_) complete = nullptr; in ProcessStatusChanged() member
/base/powermgr/battery_lite/frameworks/js/builtin/src/
Dbattery_module.cpp29 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
/base/powermgr/display_manager/state_manager/frameworks/napi/
Dbrightness_module.cpp43 napi_callback_info& info, napi_async_complete_callback complete) in SyncWork()
/base/sensors/miscdevice/test/unittest/vibrator/js/
DExampleJsunit.test.js658 complete: function() { method
685 complete: function() { method
711 complete: function() { method
967 complete: undefined property
987 complete: null property
1007 complete: 123 property
/base/startup/init/services/loopevent/task/
Dle_streamtask.c26 const TaskHandle taskHandle, const LE_SendMessageComplete complete) in HandleSendMsg_()
/base/powermgr/battery_manager/frameworks/napi/src/
Dsystem_battery.cpp178 napi_value complete = nullptr; in CompleteCallback() local
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_napi.cpp210 …::string& resourceName, napi_async_execute_callback execute, napi_async_complete_callback complete) in AsyncWork()
/base/request/request/services/src/manage/
Dnotifier.rs21 pub(crate) fn complete(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in complete() method
/base/powermgr/power_manager/frameworks/napi/power/
Dpower_napi.cpp296 napi_async_execute_callback execute, napi_async_complete_callback complete) in AsyncWork()

12