| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_scroller.h | 64 void SetScrollBarProxy(const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
| H A D | scroll_bar_model_ng.cpp | 24 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 D | aams_accessibility_touchEvent_injector_test.cpp | 136 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_aams_accessibility_touchEvent_injector_test.cpp | 136 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | form_renderer_dispatcher_proxy_test.cpp | 42 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 D | bluetooth_audio_manager.cpp | 45 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 D | iremote_broker.h | 32 T *proxy = new (std::nothrow) T(object); in operator ()() local
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| H A D | file_access_service_proxy_test.cpp | 94 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 D | app_file_access_ext_connection.cpp | 69 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 D | fileaccessserviceproxy_fuzzer.cpp | 52 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 D | resources_subscriber_mgr.cpp | 178 sptr<IRemoteObject> proxy = remote.promote(); in HandleSubscriberDeath() local
|
| /foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
| H A D | lib.rs | 22 pub mod proxy; modules
|
| /foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
| H A D | remote_register.c | 67 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 D | displaymanageripc_fuzzer.cpp | 69 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 D | windowipc_fuzzer.cpp | 68 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 D | fuzztest_utils.cpp | 47 IPCObjectProxy* proxy = reinterpret_cast<IPCObjectProxy*>(dmProxy.GetRefPtr()); in IsDmReady() local
|
| /foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
| H A D | samgr_ipc_adapter.h | 78 IServerProxy *proxy;
member
|
| /foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
| H A D | iremote_broker.h | 32 T *proxy = new (std::nothrow) T(object); in operator ()() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | resolver_config_test.cpp | 50 auto proxy = iface_cast<NetsysNative::INetsysService>(remote); in ConnManagerGetProxy() local
|
| /foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
| H A D | BpfRequestTest.cpp | 190 HttpProxy proxy; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
| H A D | netsys_native_service_proxy_test.cpp | 61 auto proxy = iface_cast<NetsysNative::INetsysService>(remote); in ConnManagerGetProxy() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/ |
| H A D | NetSysRequestTest.cpp | 190 HttpProxy proxy; in HWTEST_F() local
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
| H A D | wifi_scan_feature_lite.cpp | 78 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
|
| /foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/ |
| H A D | VpnRequestTest.cpp | 190 HttpProxy proxy; in HWTEST_F() local
|
| /foundation/communication/netstack/test/unittest/http_test/ |
| H A D | HttpClientRequestTest.cpp | 190 HttpProxy proxy; in HWTEST_F() local
|