Home
last modified time | relevance | path

Searched defs:impl (Results 1226 - 1250 of 2125) sorted by relevance

1...<<41424344454647484950>>...85

/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_proxy.cpp22 FormRendererDispatcherProxy::FormRendererDispatcherProxy(const sptr<IRemoteObject>& impl) in FormRendererDispatcherProxy() argument
H A Dform_renderer_delegate_proxy.cpp21 FormRendererDelegateProxy::FormRendererDelegateProxy(const sptr<IRemoteObject>& impl) in FormRendererDelegateProxy() argument
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_config_observer_proxy.cpp22 AccessibleAbilityManagerConfigObserverProxy( const sptr<IRemoteObject> &impl) AccessibleAbilityManagerConfigObserverProxy() argument
H A Daccessibility_element_operator_proxy.cpp21 AccessibilityElementOperatorProxy( const sptr<IRemoteObject> &impl) AccessibilityElementOperatorProxy() argument
H A Daccessibility_element_operator_callback_proxy.cpp28 AccessibilityElementOperatorCallbackProxy( const sptr<IRemoteObject> &impl) AccessibilityElementOperatorCallbackProxy() argument
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_operator_callback_proxy.cpp28 AccessibilityElementOperatorCallbackProxyTest( const sptr<IRemoteObject> &impl) AccessibilityElementOperatorCallbackProxyTest() argument
H A Dmock_accessible_ability_manager_config_observer_proxy.cpp22 AccessibleAbilityManagerConfigObserverProxyMock( const sptr<IRemoteObject> &impl) AccessibleAbilityManagerConfigObserverProxyMock() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_element_operator_proxy.cpp22 AccessibilityElementOperatorProxy( const sptr<IRemoteObject> &impl) AccessibilityElementOperatorProxy() argument
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/
H A Dapp_domain_verify_agent_client_test.cpp179 std::unique_ptr<AppDomainVerifyAgentRemoteStubMock> impl = std::make_unique<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F() local
197 std::unique_ptr<AppDomainVerifyAgentRemoteStubMock> impl = std::make_unique<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_element_operator_proxy.cpp22 AccessibilityElementOperatorProxy( const sptr<IRemoteObject> &impl) AccessibilityElementOperatorProxy() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp22 BluetoothRemoteDeviceObserverproxy::BluetoothRemoteDeviceObserverproxy(const sptr<IRemoteObject> &impl) in BluetoothRemoteDeviceObserverproxy() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp23 BluetoothBleAdvertiserProxy::BluetoothBleAdvertiserProxy(const sptr<IRemoteObject> &impl) in BluetoothBleAdvertiserProxy() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_def_list_test.cpp230 auto impl = std::make_shared<AppControlManagerHostImpl>(); in HWTEST_F() local
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_provider_proxy.cpp25 PolicyProviderProxy::PolicyProviderProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IPolicyProviderIpc>(impl) in PolicyProviderProxy() argument
H A Daudio_process_stub.cpp26 ProcessCbProxy::ProcessCbProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IProcessCb>(impl) in ProcessCbProxy() argument
/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H A Davmuxer_impl.cpp39 std::shared_ptr<AVMuxerImpl> impl = std::make_shared<AVMuxerImpl>(); in CreateAVMuxer() local
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_encoder_impl.cpp30 std::shared_ptr<AVCodecVideoEncoder> impl = nullptr; in CreateByMime() local
43 std::shared_ptr<AVCodecVideoEncoder> impl = nullptr; in CreateByName() local
57 auto impl = std::make_shared<AVCodecVideoEncoderImpl>(); CreateByMime() local
70 auto impl = std::make_shared<AVCodecVideoEncoderImpl>(); CreateByName() local
[all...]
H A Davcodec_video_decoder_impl.cpp30 std::shared_ptr<AVCodecVideoDecoder> impl = nullptr; in CreateByMime() local
42 std::shared_ptr<AVCodecVideoDecoder> impl = nullptr; in CreateByName() local
56 auto impl = std::make_shared<AVCodecVideoDecoderImpl>(); CreateByMime() local
69 auto impl = std::make_shared<AVCodecVideoDecoderImpl>(); CreateByName() local
[all...]
H A Davcodec_audio_encoder_impl.cpp32 std::shared_ptr<AVCodecAudioEncoderImpl> impl = std::make_shared<AVCodecAudioEncoderImpl>(); in CreateByMime() local
43 std::shared_ptr<AVCodecAudioEncoderImpl> impl = std::make_shared<AVCodecAudioEncoderImpl>(); in CreateByName() local
H A Davcodec_audio_codec_inner_impl.cpp32 std::shared_ptr<AVCodecAudioCodecInnerImpl> impl = std::make_shared<AVCodecAudioCodecInnerImpl>(); in CreateByMime() local
46 std::shared_ptr<AVCodecAudioCodecInnerImpl> impl = std::make_shared<AVCodecAudioCodecInnerImpl>(); in CreateByName() local
H A Davcodec_audio_decoder_impl.cpp32 std::shared_ptr<AVCodecAudioDecoderImpl> impl = std::make_shared<AVCodecAudioDecoderImpl>(); in CreateByMime() local
43 std::shared_ptr<AVCodecAudioDecoderImpl> impl = std::make_shared<AVCodecAudioDecoderImpl>(); in CreateByName() local
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp28 static std::shared_ptr<AVCodecListImpl> impl = std::make_shared<AVCodecListImpl>(); in CreateAVCodecList() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_proxy.cpp58 AudioProcessProxy::AudioProcessProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAudioProcess>(impl) in AudioProcessProxy() argument
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffect_fuzzer/
H A Dge_visual_effect_fuzzer.cpp44 auto impl = geVisualEffect->GetImpl(); in GEVisualEffectFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_proxy.cpp27 RSWindowAnimationProxy::RSWindowAnimationProxy(const sptr<IRemoteObject>& impl) in RSWindowAnimationProxy() argument

Completed in 13 milliseconds

1...<<41424344454647484950>>...85