Home
last modified time | relevance | path

Searched defs:impl (Results 1026 - 1050 of 1864) sorted by relevance

1...<<41424344454647484950>>...75

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.h60 void SetInnerMeasureImpl(std::function<void(const ExtensionLayoutConstraint&)>&& impl) in SetInnerMeasureImpl() argument
65 void SetInnerLayoutImpl(std::function<void(int32_t, int32_t, int32_t, int32_t)>&& impl) in SetInnerLayoutImpl() argument
70 void SetInnerDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerDrawImpl() argument
75 void SetInnerForegroundDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerForegroundDrawImpl() argument
80 void SetInnerOverlayDrawImpl(std::function<void(DrawingContext& Context)>&& impl) in SetInnerOverlayDrawImpl() argument
91 SetInvalidateRenderImpl(std::function<void()>&& impl) SetInvalidateRenderImpl() argument
96 SetOverlayRenderImpl(std::function<void()>&& impl) SetOverlayRenderImpl() argument
101 SetForeGroundRenderImpl(std::function<void()>&& impl) SetForeGroundRenderImpl() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_proxy.cpp27 UriPermissionManagerProxy::UriPermissionManagerProxy(const sptr<IRemoteObject> &impl) in UriPermissionManagerProxy() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgesture_model_impl.cpp144 RefPtr<V2::InspectorFunctionImpl> impl; in SetOnGestureEvent() local
166 RefPtr<V2::InspectorFunctionImpl> impl; in SetOnActionFunc() local
[all...]
/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

Completed in 14 milliseconds

1...<<41424344454647484950>>...75