Home
last modified time | relevance | path

Searched defs:innerCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_input_impl.cpp57 shared_ptr<InnerCameraInputCallback> innerCallback = in RegisterCallback() local
H A Dvideo_output_impl.cpp87 shared_ptr<InnerVideoOutputCallback> innerCallback = in RegisterCallback() local
H A Dpreview_output_impl.cpp85 shared_ptr<InnerPreviewOutputCallback> innerCallback = in RegisterCallback() local
H A Dcamera_manager_impl.cpp174 shared_ptr<InnerCameraManagerCallback> innerCallback = in RegisterCallback() local
H A Dcapture_session_impl.cpp164 shared_ptr<InnerCaptureSessionCallback> innerCallback = in RegisterCallback() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp288 …std::shared_ptr<AVCodecInnerCallback> innerCallback = std::make_shared<AVCodecInnerCallback>(this); in SetCallback() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp166 …sptr<IDomainAccountCallback> innerCallback = new (std::nothrow) InnerDomainAuthCallback(MAIN_ACCOU… variable
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp143 auto innerCallback = [weak, subscriberRecord, eventRecord]() { in PublishFrozenEventsInner() local
310 auto innerCallback = [weak, eventRecordPtr]() { in ProcessUnorderedEvent() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp46 …thenticationCallback::NorthAuthenticationCallback(std::shared_ptr<AuthenticationCallback> innerCal… in NorthAuthenticationCallback()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp775 auto innerCallback = reinterpret_cast<void (*)(ArkUINodeContentEvent* event)>(callback); in OH_ArkUI_NodeContent_RegisterCallback() local
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp616 sptr<IDomainAccountCallback> innerCallback = callback; in Auth() local
842 …sptr<InnerDomainAuthCallback> innerCallback = new (std::nothrow) InnerDomainAuthCallback(userId, c… in InnerAuth() local