Home
last modified time | relevance | path

Searched refs:IsProxyObject (Results 1 - 25 of 114) sorted by relevance

12345

/foundation/window/window_manager/test/common/mock/
H A Diremote_object_mocker.h43 bool IsProxyObject() const in IsProxyObject() function in OHOS::Rosen::IRemoteObjectMocker
93 bool IsProxyObject() const in IsProxyObject() function in OHOS::Rosen::MockIRemoteObject
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_object.cpp50 bool IRemoteObject::IsProxyObject() const in IsProxyObject() function in OHOS::IRemoteObject
H A Diremote_object.h60 virtual bool IsProxyObject() const;
H A Dipc_object_proxy.h33 bool IsProxyObject() const override
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp177 if (service->IsProxyObject()) { in HWTEST_F()
230 if (service->IsProxyObject()) { in HWTEST_F()
272 if (service->IsProxyObject()) { in HWTEST_F()
312 if (service->IsProxyObject()) { in HWTEST_F()
359 if (service->IsProxyObject()) { in HWTEST_F()
400 if (service->IsProxyObject()) { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dmock_iremote_object.h43 bool IsProxyObject() const in IsProxyObject() function in OHOS::Rosen::MockIRemoteObject
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_proxy.cpp52 if (remoteObj == nullptr || !remoteObj->IsProxyObject()) { in CreateConnection()
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_mock_net_remote_object_test.h38 bool IsProxyObject() const override
/foundation/filemanagement/app_file_service/tests/mock/utils_mock/include/
H A Diremote_object_mock.h48 bool IsProxyObject() const override
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp51 if (auto listenerObject = listener->AsObject(); listenerObject && listenerObject->IsProxyObject()) { in AddSessionListener()
73 if (auto listenerObject = listener->AsObject(); listenerObject && listenerObject->IsProxyObject()) { in DelSessionListener()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp210 if (obj == nullptr || obj->IsProxyObject()) { in SendWantSender()
240 if (obj == nullptr || obj->IsProxyObject()) { in CancelWantSender()
402 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantUid()
421 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantUserId()
439 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantBundleName()
461 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantCode()
480 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantType()
499 if (obj == nullptr || obj->IsProxyObject()) { in RegisterCancelListener()
525 if (obj == nullptr || obj->IsProxyObject()) { in UnregisterCancelListener()
549 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingRequestWant()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_stub.cpp61 if (!remoteObj->IsProxyObject()) { in OnRemoteRequest()
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_finished_callback_proxy_test.cpp45 bool IsProxyObject() const in IsProxyObject() function in OHOS::Rosen::MockIRemoteObject
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp75 bool IRemoteObject::IsProxyObject() const in IsProxyObject() function in OHOS::IRemoteObject
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp77 bool IRemoteObjectWrapper::IsProxyObject() const in IsProxyObject() function in OHOS::IpcRust::IRemoteObjectWrapper
79 return GetInner()->IsProxyObject(); in IsProxyObject()
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp164 if (remote == nullptr || !remote->IsProxyObject()) { in GetProxy()
174 if ((remote->IsProxyObject()) && (!remote->AddDeathRecipient(deathRecipient_))) { in GetProxy()
/foundation/ability/ability_runtime/test/unittest/acquire_share_data_callback_proxy_test/
H A Dacquire_share_data_callback_proxy_test.cpp64 bool IsProxyObject() const in IsProxyObject() function in OHOS::AAFwk::IRemoteObjectMocker
/foundation/ability/ability_runtime/test/unittest/ui_service_host_proxy_test/
H A Dui_service_host_proxy_test.cpp79 bool IsProxyObject() const in IsProxyObject() function in OHOS::AbilityRuntime::IRemoteObjectMocker
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_samgr_helper.cpp90 if ((remoteObj->IsProxyObject()) && (!remoteObj->AddDeathRecipient(deathRecipient_))) { in ConnectBundleMgrLocked()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_proxy_test.cpp50 ASSERT_EQ(remoteObject->IsProxyObject(), true); in SetUpTestCase()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/include/
H A Dlisten_ability_proxy.h32 if (!remote->IsProxyObject()) { in ListenAbilityProxy()

Completed in 11 milliseconds

12345