/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/ |
H A D | napi_audio_session_manager.cpp | 172 auto complete = [env, context](napi_value &output) { in ActivateAudioSession() local 199 auto complete = [env, context](napi_value &output) { in DeactivateAudioSession() local
|
H A D | napi_audio_volume_manager.cpp | 197 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 D | napi_avcast_controller.cpp | 230 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 D | fetch_context.cpp | 65 …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 D | js_ability_first_frame_state_observer.cpp | 34 …std::unique_ptr<NapiAsyncTask::CompleteCallback> complete = std::make_unique<NapiAsyncTask::Comple… in OnAbilityFirstFrameState() local
|
H A D | js_app_manager.cpp | 734 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 D | napi_queue.h | 120 NapiAsyncComplete complete = nullptr; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_napi_utils.h | 70 #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 D | napi_async_work.h | 59 NapiAsyncComplete complete = nullptr; member
|
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension_context.cpp | 123 NapiAsyncTask::CompleteCallback complete = in OnStartAbility() local
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | intell_voice_napi_queue.cpp | 110 AsyncExecute execute, napi_async_complete_callback complete) in AsyncWork()
|
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | napi_async_work.h | 55 NapiAsyncComplete complete = nullptr; member
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_component.h | 45 std::string complete; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | napi_queue.h | 124 NapiAsyncComplete complete = nullptr; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
H A D | napi_queue.h | 131 NapiAsyncComplete complete = nullptr; member
|
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/ |
H A D | brightness_module.cpp | 43 napi_callback_info& info, napi_async_complete_callback complete) in SyncWork()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | js_feature_ability.cpp | 112 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 D | napi_context.cpp | 3273 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 D | le_streamtask.c | 26 const TaskHandle taskHandle, const LE_SendMessageComplete complete) in HandleSendMsg_()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/ |
H A D | js_error_manager.cpp | 359 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 D | js_pip_controller.cpp | 100 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 D | lnn_sync_info_manager.c | 56 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 D | fetch_exec.cpp | 130 napi_value complete = context->GetCompleteCallback(); in FetchCallback() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_uiservice_ability_connection.cpp | 218 …std::unique_ptr<NapiAsyncTask::CompleteCallback> complete = std::make_unique<NapiAsyncTask::Comple… in OnSendData() local
|