Home
last modified time | relevance | path

Searched defs:complete (Results 126 – 150 of 198) sorted by relevance

12345678

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_session_manager.cpp172 auto complete = [env, context](napi_value &output) { in ActivateAudioSession() local
199 auto complete = [env, context](napi_value &output) { in DeactivateAudioSession() local
H A Dnapi_audio_volume_manager.cpp197 auto complete = [env, context](napi_value &output) { in GetVolumeGroupInfos() local
250 auto complete = [env, context](napi_value &output) { in GetVolumeGroupManager() local
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller.cpp230 auto complete = [env](napi_value& output) { in Start() local
278 auto complete = [env](napi_value& output) { in Prepare() local
319 auto complete = [env, context](napi_value& output) { in GetDuration() local
362 auto complete = [env, context](napi_value& output) { in GetCastAVPlaybackState() local
405 auto complete = [env, context](napi_value& output) { in GetCurrentItem() local
450 auto complete = [env, context](napi_value& output) { in GetValidCommands() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp65 …napi_value complete = NapiUtils::GetNamedProperty(GetEnv(), params[0], FetchConstant::PARAM_KEY_CO… in ParseParams() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_ability_first_frame_state_observer.cpp34 …std::unique_ptr<NapiAsyncTask::CompleteCallback> complete = std::make_unique<NapiAsyncTask::Comple… in OnAbilityFirstFrameState() local
H A Djs_app_manager.cpp734 NapiAsyncTask::CompleteCallback complete = in OnGetRunningMultiAppInfo() local
1150 NapiAsyncTask::CompleteCallback complete = in OnKillProcessesInBatch() local
1355 NapiAsyncTask::CompleteCallback complete = in OnIsApplicationRunning() local
1406 NapiAsyncTask::CompleteCallback complete = in OnIsAppRunning() local
1450 NapiAsyncTask::CompleteCallback complete = in OnPreloadApplication() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h120 NapiAsyncComplete complete = nullptr; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_napi_utils.h70 #define IMG_CREATE_CREATE_ASYNC_WORK(env, status, workName, exec, complete, aContext, work) \ argument
85 #define IMG_CREATE_CREATE_ASYNC_WORK_WITH_QOS(env, status, workName, exec, complete, aContext, work… argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.h59 NapiAsyncComplete complete = nullptr; member
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Djs_window_extension_context.cpp123 NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.cpp110 AsyncExecute execute, napi_async_complete_callback complete) in AsyncWork()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_async_work.h55 NapiAsyncComplete complete = nullptr; member
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp29 JSIValue complete = JSI::GetNamedProperty(args, CB_COMPLETE); in SuccessCallBack() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h45 std::string complete; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h124 NapiAsyncComplete complete = nullptr; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h131 NapiAsyncComplete complete = nullptr; member
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness_module.cpp43 napi_callback_info& info, napi_async_complete_callback complete) in SyncWork()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Djs_feature_ability.cpp112 NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
216 NapiAsyncTask::CompleteCallback complete = in OnFinishWithResult() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_context.cpp3273 auto complete = [obj = this, name = bundleName, value = errorVal] in OnGetBundleName() local
3323 …auto complete = [obj = this, value = errorVal] (napi_env env, NapiAsyncTask &task, int32_t status)… in OnVerifyPermission() local
3366 auto complete = [obj = this, info = infoData, value = errorVal] in OnGetApplicationInfo() local
3413 auto complete = [obj = this, info = processInfo, value = errorVal] in OnGetProcessInfo() local
3462 auto complete = [obj = this, ename = elementName, value = errorVal] in OnGetElementName() local
3506 auto complete = [obj = this, name = processName, value = errorVal] in OnGetProcessName() local
3551 auto complete = [obj = this, name = callingBundleName, value = errorVal] in OnGetCallingBundle() local
3601 auto complete = [obj = this, dir = createDir, value = errorVal] in OnGetOrCreateLocalDir() local
3636 auto complete = [obj = this, isShow, value = errorVal] in OnSetShowOnLockScreen() local
3670 auto complete = [obj = this, wakeUp] in OnSetWakeUpScreen() local
[all …]
/ohos5.0/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c26 const TaskHandle taskHandle, const LE_SendMessageComplete complete) in HandleSendMsg_()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.cpp359 NapiAsyncTask::CompleteCallback complete = in OnOffOld() local
468 …std::unique_ptr<NapiAsyncTask::CompleteCallback> complete = std::make_unique<NapiAsyncTask::Comple… in CallbackTimeout() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_controller.cpp100 NapiAsyncTask::CompleteCallback complete = in OnStartPictureInPicture() local
138 NapiAsyncTask::CompleteCallback complete = in OnStopPictureInPicture() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c56 LnnSyncInfoMsgComplete complete; member
154 uint32_t len, LnnSyncInfoMsgComplete complete) in CreateSyncInfoMsg()
1155 const uint8_t *msg, uint32_t len, LnnSyncInfoMsgComplete complete) in LnnSendSyncInfoMsg()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp130 napi_value complete = context->GetCompleteCallback(); in FetchCallback() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_uiservice_ability_connection.cpp218 …std::unique_ptr<NapiAsyncTask::CompleteCallback> complete = std::make_unique<NapiAsyncTask::Comple… in OnSendData() local

12345678