Home
last modified time | relevance | path

Searched defs:proxy (Results 1 - 25 of 372) sorted by relevance

12345678910>>...15

/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_inner_object.cpp28 OHIPCRemoteProxy *proxy = new (std::nothrow) OHIPCRemoteProxy(); in CreateIPCRemoteProxy() local
H A Dipc_internal_utils.cpp32 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot) in IsIPCRemoteProxyValid() argument
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/
H A Dindex.js103 function proxy(target, source, key) { function
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/
H A Dapp_gallery_dispose_proxy_mock.h34 static inline std::shared_ptr<BAppGalleryDisposeProxy> proxy = nullptr; member in OHOS::FileManagement::Backup::BAppGalleryDisposeProxy
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_base.h48 void SetDrawingProxy(DrawingProxy* proxy) in SetDrawingProxy() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_conn_manager_test_util.cpp39 auto proxy = iface_cast<NetsysNative::INetsysService>(remote); in ConnManagerGetProxy() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_check_sa.cpp34 auto proxy = ServiceProxy::GetInstance(); in Exec() local
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h32 MirrorPlayer(sptr<IMirrorPlayerImpl> proxy) : proxy_(proxy) {}; in MirrorPlayer() argument
H A Dstream_player.h31 explicit StreamPlayer(sptr<IStreamPlayerIpc> proxy) : proxy_(proxy) {} in StreamPlayer() argument
H A Dcast_session_manager_adaptor.h37 CastSessionManagerAdaptor(sptr<CastSessionManagerServiceProxy> proxy) : proxy_(proxy) {} in CastSessionManagerAdaptor() argument
H A Dcast_session.h32 CastSession(sptr<ICastSessionImpl> proxy) : proxy_(proxy) {}; in CastSession() argument
/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Drender_proxy.cpp25 auto proxy = AceType::DynamicCast<ProxyComponent>(component); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_swiper_function.h60 void SetProxy(const RefPtr<SwiperContentTransitionProxy>& proxy) in SetProxy() argument
H A Djs_tabs_function.h50 void SetProxy(const RefPtr<TabContentTransitionProxy>& proxy) in SetProxy() argument
H A Djs_navigation_function.h58 void SetProxy(const RefPtr<NG::NavigationTransitionProxy>& proxy) in SetProxy() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_proxy_manager.cpp44 sptr<IBluetoothBleCentralManager> proxy = in FreezeByRss() local
57 sptr<IBluetoothBleCentralManager> proxy = in ResetAllProxy() local
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dlocal_abilitys_test.cpp60 auto proxy = LocalAbilitys::GetInstance().GetAbility(SAID); in HWTEST_F() local
75 auto proxy = LocalAbilitys::GetInstance().GetAbility(SAID); in HWTEST_F() local
/foundation/window/window_manager/test/demo/
H A Ddemo_session_manager.cpp34 auto proxy = std::make_unique<SessionManagerServiceProxy>(remoteObject); in main() local
/foundation/ability/form_fwk/test/unittest/fms_form_host_proxy_test/
H A Dfms_form_host_proxy_test.cpp68 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); in HWTEST_F() local
89 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); in HWTEST_F() local
110 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); in HWTEST_F() local
132 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
152 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
173 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
193 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
212 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
233 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
254 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
274 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
293 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
312 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
330 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
350 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
370 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
389 std::shared_ptr<FormHostProxy> proxy = std::make_shared<FormHostProxy>(iremoteObject); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/include/
H A Dquick_fix_manager_client.h75 explicit QfmsDeathRecipient(const ClearProxyCallback &proxy) : proxy_(proxy) {} in QfmsDeathRecipient() argument
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp64 auto proxy = new AbilityDebugResponseProxy(mockStub); in HWTEST_F() local
86 auto proxy = new (std::nothrow) AbilityDebugResponseProxy(mockStub); in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/include/
H A Duri_permission_manager_client.h120 explicit UpmsDeathRecipient(const ClearProxyCallback &proxy) : proxy_(proxy) {} in UpmsDeathRecipient() argument
/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp37 auto proxy = CJAbilityObject(0); in ProxyCall() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.h50 void SetScrollBarProxy(const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
H A Dcj_scrollbar_ffi.cpp51 auto proxy = ScrollBarModel::GetInstance()->GetScrollBarProxy(scrollBarProxy); in FfiOHOSAceFrameworkScrollBarCreate() local

Completed in 8 milliseconds

12345678910>>...15