/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_photo_proc_session.cpp | 38 if (deferredPhotoProcSession_ != nullptr && deferredPhotoProcSession_->GetCallback() != nullptr) { in OnProcessImageDone() 41 deferredPhotoProcSession_->GetCallback()->OnError(imageId, ERROR_IMAGE_PROC_FAILED); in OnProcessImageDone() 44 deferredPhotoProcSession_->GetCallback()->OnProcessImageDone(imageId, static_cast<uint8_t*>(addr), bytes, in OnProcessImageDone() 58 if (deferredPhotoProcSession_ != nullptr && deferredPhotoProcSession_->GetCallback() != nullptr) { in OnError() 59 deferredPhotoProcSession_->GetCallback()->OnError(imageId, DpsErrorCode(errorCode)); in OnError() 69 if (deferredPhotoProcSession_ != nullptr && deferredPhotoProcSession_->GetCallback() != nullptr) { in OnStateChanged() 70 deferredPhotoProcSession_->GetCallback()->OnStateChanged(DpsStatusCode(status)); in OnStateChanged() 85 if (deferredPhotoProcSession_ != nullptr && deferredPhotoProcSession_->GetCallback() != nullptr) { in OnProcessImageDone() 86 deferredPhotoProcSession_->GetCallback()->OnProcessImageDone(imageId, picture, isCloudImageEnhanceSupported); in OnProcessImageDone() 100 deferredPhotoProcSession_->GetCallback() in OnDeliveryLowQualityImage() 269 std::shared_ptr<IDeferredPhotoProcSessionCallback> DeferredPhotoProcSession::GetCallback() GetCallback() function in OHOS::CameraStandard::DeferredPhotoProcSession [all...] |
H A D | deferred_video_proc_session.cpp | 29 if (deferredVideoProcSession_ != nullptr && deferredVideoProcSession_->GetCallback() != nullptr) { in OnProcessVideoDone() 30 deferredVideoProcSession_->GetCallback()->OnProcessVideoDone(videoId, ipcFileDescriptor); in OnProcessVideoDone() 41 if (deferredVideoProcSession_ != nullptr && deferredVideoProcSession_->GetCallback() != nullptr) { in OnError() 42 deferredVideoProcSession_->GetCallback()->OnError(videoId, DpsErrorCode(errorCode)); in OnError() 52 if (deferredVideoProcSession_ != nullptr && deferredVideoProcSession_->GetCallback() != nullptr) { in OnStateChanged() 53 deferredVideoProcSession_->GetCallback()->OnStateChanged(DpsStatusCode(status)); in OnStateChanged() 200 std::shared_ptr<IDeferredVideoProcSessionCallback> DeferredVideoProcSession::GetCallback() in GetCallback() function in OHOS::CameraStandard::DeferredVideoProcSession
|
/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | base_client.cpp | 38 std::weak_ptr<IClientCallback> &BaseClient::GetCallback() in GetCallback() function in OHOS::Sharing::BaseClient 64 auto callback = client->GetCallback().lock(); in OnWritable() 76 auto callback = client->GetCallback().lock(); in OnShutdown() 88 auto callback = client->GetCallback().lock(); in OnException()
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | base_server.cpp | 38 std::weak_ptr<IServerCallback> &BaseServer::GetCallback() in GetCallback() function in OHOS::Sharing::BaseServer 58 auto callback = server->GetCallback().lock(); in OnWritable() 70 auto callback = server->GetCallback().lock(); in OnShutdown() 82 auto callback = server->GetCallback().lock(); in OnException()
|
/foundation/CastEngine/castengine_wifi_display/services/network/session/ |
H A D | base_network_session.cpp | 38 std::shared_ptr<INetworkSessionCallback> &BaseNetworkSession::GetCallback() in GetCallback() function in OHOS::Sharing::BaseNetworkSession 91 auto callback = session->GetCallback(); in OnWritable() 103 auto callback = session->GetCallback(); in OnShutdown() 115 auto callback = session->GetCallback(); in OnException()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_self_callback.cpp | 53 IAbilityStartCallback iAbilityStartCallback = GetInstance().GetCallback();
in Callback() 100 const IAbilityStartCallback AbilitySelfCallback::GetCallback()
in GetCallback() function in OHOS::AbilitySelfCallback
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_holder.h | 41 auto callback = GetCallback(); in OnBind() 92 virtual RefPtr<SelectOverlayCallback> GetCallback() in GetCallback() function in OHOS::Ace::NG::SelectOverlayHolder
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_self_callback.cpp | 53 InstallerCallback installerCallback = GetInstance().GetCallback();
in Callback() 102 const InstallerCallback BundleSelfCallback::GetCallback()
in GetCallback() function in OHOS::BundleSelfCallback
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRoutingManager.h | 38 OH_AudioRoutingManager_OnDeviceChangedCallback GetCallback() in GetCallback() function in OHOS::AudioStandard::OHAudioDeviceChangedCallback 62 OH_AudioRoutingManager_OnDeviceBlockStatusCallback GetCallback() in GetCallback() function in OHOS::AudioStandard::OHMicrophoneBlockCallback
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 199 if (napiGattClient && napiGattClient->GetCallback()) { in On() 200 auto status = napiGattClient->GetCallback()->eventSubscribe_.Register(env, info); in On() 209 if (napiGattClient && napiGattClient->GetCallback()) { in Off() 210 auto status = napiGattClient->GetCallback()->eventSubscribe_.Deregister(env, info); in Off() 235 NAPI_BT_ASSERT_RETURN_UNDEF(env, gattClient->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in Connect() 240 int ret = client->Connect(gattClient->GetCallback(), false, GATT_TRANSPORT_TYPE_LE); in Connect() 292 NAPI_BT_ASSERT_RETURN_UNDEF(env, client->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in ReadCharacteristicValue() 307 bool success = client->GetCallback()->asyncWorkMap_.TryPush(NapiAsyncType::GATT_CLIENT_READ_CHARACTER, asyncWork); in ReadCharacteristicValue() 345 NAPI_BT_ASSERT_RETURN_UNDEF(env, client->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in ReadDescriptorValue() 360 bool success = client->GetCallback() in ReadDescriptorValue() [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 31 std::shared_ptr<AVCodecCallbackMock> mockCb = GetCallback(codec); in OnError() 40 std::shared_ptr<AVCodecCallbackMock> mockCb = GetCallback(codec); in OnStreamChanged() 50 std::shared_ptr<AVCodecCallbackMock> mockCb = GetCallback(codec); in OnNeedInputData() 61 std::shared_ptr<AVCodecCallbackMock> mockCb = GetCallback(codec); in OnNewOutputData() 107 std::shared_ptr<AVCodecCallbackMock> VideoDecCapiMock::GetCallback(OH_AVCodec *codec) in GetCallback() function in OHOS::MediaAVCodec::VideoDecCapiMock
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 32 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnError() 41 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnAudioBufferAvailable() 49 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnVideoBufferAvailable() 57 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnErrorNew() 67 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnBufferAvailable() 76 std::shared_ptr<ScreenCaptureCallBackMock> mockCb = GetCallback(screenCapture); in OnStateChange() 133 std::shared_ptr<ScreenCaptureCallBackMock> ScreenCaptureCapiMock::GetCallback(OH_AVScreenCapture *screenCapture) in GetCallback() function in ScreenCaptureCapiMock
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_lock_event.cpp | 24 CloudLockEvent::Callback CloudLockEvent::GetCallback() const in GetCallback() function in OHOS::DistributedData::CloudLockEvent
|
H A D | cloud_share_event.cpp | 29 CloudShareEvent::Callback CloudShareEvent::GetCallback() const in GetCallback() function in OHOS::DistributedData::CloudShareEvent
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_lock_event.h | 29 Callback GetCallback() const;
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_observer.h | 25 napi_ref GetCallback();
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_observer.h | 25 napi_ref GetCallback();
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | module_template.h | 85 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in InterfaceWithManagerWrapper() 135 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in InterfaceWithSharedManager() 172 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in InterfaceWithOutAsyncWorkWithManagerWrapper() 221 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in InterfaceWithOutAsyncWorkWithSharedManager() 280 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in Interface() 313 if (NapiUtils::GetValueType(env, context->GetCallback()) != napi_function && context->IsNeedPromise()) { in InterfaceWithOutAsyncWork()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/ |
H A D | deferred_processing_service.cpp | 66 if (sessionManager != nullptr && sessionManager->GetCallback(userId) != nullptr) { in NotifyLowQualityImage() 67 sessionManager->GetCallback(userId)->OnDeliveryLowQualityImage(imageId, picture); in NotifyLowQualityImage()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_info.h | 150 (callback.second.GetCallback())(direction); in SetDirection() 163 (callback.second.GetCallback())(distance); in SetDistance() 176 (callback.second.GetCallback())(fingers); in SetFingers()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/ |
H A D | dsched_collaborate_callback_mgr.h | 36 std::vector<sptr<IRemoteObject>> GetCallback();
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/ |
H A D | mock_rtp_server.h | 33 MOCK_METHOD(std::weak_ptr<IServerCallback>&, GetCallback, ());
|
/foundation/CastEngine/castengine_wifi_display/services/network/interfaces/ |
H A D | iserver.h | 39 virtual std::weak_ptr<IServerCallback> &GetCallback() = 0;
|
H A D | inetwork_session.h | 36 virtual std::shared_ptr<INetworkSessionCallback> &GetCallback() = 0;
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/ |
H A D | mock_network_session.h | 39 std::shared_ptr<INetworkSessionCallback> &GetCallback() in GetCallback() function in OHOS::Sharing::MockNetworkSession
|