Home
last modified time | relevance | path

Searched defs:proxy (Results 101 - 125 of 606) sorted by relevance

12345678910>>...25

/foundation/ability/ability_runtime/test/unittest/cj_ability_stage_test/
H A Dcj_ability_stage_test.cpp70 auto proxy = CJAbilityStageObject::LoadModule(moduleName); in SetUp() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_client.cpp69 sptr<IDomainRpcService> proxy = iface_cast<IDomainRpcService>(object); in GetDomainProxy() local
[all...]
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_connection_test/
H A Djs_ui_service_extension_connection_test.cpp97 sptr<IUIService> proxy = iface_cast<IUIService>(stub->AsObject()); in HWTEST_F() local
106 sptr<IUIServiceHost> proxy = iface_cast<IUIServiceHost>(stub->AsObject()); in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_client.cpp70 sptr<IInterIpc> proxy = iface_cast<IInterIpc>(object); in GetSharingProxy() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_element.cpp181 auto proxy = RenderItemProxy::Create(); in ApplyRenderChild() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Ddownload_manager_preview.cpp80 ProxyInfo proxy; variable
163 static bool GetProxy(ProxyInfo& proxy) in GetProxy() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_tabs_function.cpp72 auto proxy = Referenced::MakeRefPtr<JsTabContentTransitionProxy>(); in Constructor() local
77 void JsTabContentTransitionProxy::Destructor(JsTabContentTransitionProxy* proxy) in Destructor() argument
98 void JsTabsFunction::Execute(const RefPtr<TabContentTransitionProxy>& proxy) in Execute() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/scroll_bar/
H A Djs_scroll_bar.cpp73 RefPtr<ScrollProxy> proxy; in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.h64 void SetScrollBarProxy(const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_model_ng.cpp24 auto proxy = AceType::DynamicCast<NG::ScrollBarProxy>(scrollProxy); in GetScrollBarProxy() local
32 void ScrollBarModelNG::Create(const RefPtr<ScrollProxy>& proxy, bool infoflag, bool proxyFlag, in Create() argument
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/
H A Daams_accessibility_touchEvent_injector_test.cpp136 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touchEvent_injector_test.cpp136 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_renderer_dispatcher_proxy_test.cpp42 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); in HWTEST_F() local
57 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); in HWTEST_F() local
72 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); in HWTEST_F() local
86 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); in HWTEST_F() local
102 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); in HWTEST_F() local
116 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); HWTEST_F() local
132 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); HWTEST_F() local
145 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); HWTEST_F() local
160 auto proxy = std::make_shared<FormRendererDispatcherProxy>(mockStub); HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp45 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); in EnableWearDetection() local
52 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); in DisableWearDetection() local
59 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); in GetWearDetectionState() local
66 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); IsDeviceWearing() local
73 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); IsWearDetectionSupported() local
81 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); SendDeviceSelection() local
88 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); EnableWearDetection() local
95 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); DisableWearDetection() local
102 sptr<IBluetoothAudioManager> proxy = GetRemoteProxy<IBluetoothAudioManager>(PROFILE_AUDIO_MANAGER); GetWearDetectionState() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_broker.h32 T *proxy = new (std::nothrow) T(object); in operator ()() local
/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_service_proxy_test.cpp94 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr); in HWTEST_F() local
121 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr); in HWTEST_F() local
148 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr); in HWTEST_F() local
171 shared_ptr<FileAccessServiceProxy> proxy in HWTEST_F() local
219 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl); HWTEST_F() local
281 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl); HWTEST_F() local
317 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl); HWTEST_F() local
363 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl); HWTEST_F() local
[all...]
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dapp_file_access_ext_connection.cpp69 auto proxy = FileAccessServiceProxy::GetInstance(); in ConnectFileExtAbility() local
95 auto proxy = FileAccessServiceProxy::GetInstance(); in DisconnectFileExtAbility() local
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/
H A Dfileaccessserviceproxy_fuzzer.cpp52 bool OnChangeFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in OnChangeFuzzTest() argument
66 bool RegisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in RegisterNotifyFuzzTest() argument
81 bool UnregisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in UnregisterNotifyFuzzTest() argument
90 bool GetExensionProxyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in GetExensionProxyFuzzTest() argument
104 auto proxy = std::make_shared<OHOS::FileAccessFwk::FileAccessServiceProxy>(OHOS::sptr(impl.release())); in LLVMFuzzerTestOneInput() local
[all...]
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dresources_subscriber_mgr.cpp178 sptr<IRemoteObject> proxy = remote.promote(); in HandleSubscriberDeath() local
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/
H A Dlib.rs22 pub mod proxy; modules
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c67 IUnknown *proxy = SAMGR_CreateIProxy(g_remoteRegister.endpoint->context, service, feature); in SAMGR_FindServiceApi() local
/foundation/window/window_manager/test/fuzztest/dms/displaymanageripc_fuzzer/
H A Ddisplaymanageripc_fuzzer.cpp69 auto proxy = GetProxy(); in IPCFuzzTest() local
86 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, in IPCSpecificInterfaceFuzzTest1() argument
139 IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option, sptr<IDisplayManager> manager) IPCSpecificInterfaceFuzzTest2() argument
195 auto proxy = GetProxy(); IPCInterfaceFuzzTest() local
[all...]
/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
H A Dwindowipc_fuzzer.cpp68 auto proxy = GetProxy(); in IPCFuzzTest() local
84 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, in IPCSpecificInterfaceFuzzTest1() argument
123 IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParcel& reply, MessageOption& option) IPCSpecificInterfaceFuzzTest2() argument
158 auto proxy = GetProxy(); IPCInterfaceFuzzTest() local
[all...]
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp47 IPCObjectProxy* proxy = reinterpret_cast<IPCObjectProxy*>(dmProxy.GetRefPtr()); in IsDmReady() local
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_ipc_adapter.h78 IServerProxy *proxy; member

Completed in 13 milliseconds

12345678910>>...25