/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | iremote_object_mocker.h | 43 bool IsProxyObject() const in IsProxyObject() function 93 bool IsProxyObject() const in IsProxyObject() function
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 206 if (obj == nullptr || obj->IsProxyObject()) { in SendWantSender() 236 if (obj == nullptr || obj->IsProxyObject()) { in CancelWantSender() 395 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantUid() 414 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantUserId() 432 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantBundleName() 454 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantCode() 473 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingWantType() 492 if (obj == nullptr || obj->IsProxyObject()) { in RegisterCancelListener() 518 if (obj == nullptr || obj->IsProxyObject()) { in UnregisterCancelListener() 542 if (obj == nullptr || obj->IsProxyObject()) { in GetPendingRequestWant() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_hitrace_unittest.cpp | 177 if (service->IsProxyObject()) { 230 if (service->IsProxyObject()) { 272 if (service->IsProxyObject()) { 312 if (service->IsProxyObject()) { 359 if (service->IsProxyObject()) { 400 if (service->IsProxyObject()) {
|
H A D | ipc_core_unittest.cpp | 150 bool res = testStub->IsProxyObject(); 384 EXPECT_TRUE(remote->IsProxyObject()); 469 if (service->IsProxyObject()) { 501 if (service->IsProxyObject()) { 706 if (service->IsProxyObject()) { 776 if (service->IsProxyObject()) {
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | status_listener_manager.cpp | 65 if ((listener->IsProxyObject()) && (listenerDeathRecipient_ != nullptr) && in InsertListenerToRecords() 81 if ((listener->IsProxyObject()) && (listenerDeathRecipient_ != nullptr)) { in RemoveListenerByListener()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | co_auth_client_test.cpp | 95 EXPECT_CALL(*obj, IsProxyObject()).WillRepeatedly(Return(true)); in CallRemoteObject() 129 EXPECT_CALL(*obj, IsProxyObject()).WillRepeatedly(Return(true));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | iremote_object.cpp | 50 bool IRemoteObject::IsProxyObject() const in IsProxyObject() function in OHOS::IRemoteObject
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | remote_object_wrapper.cpp | 77 bool IRemoteObjectWrapper::IsProxyObject() const in IsProxyObject() function in OHOS::IpcRust::IRemoteObjectWrapper 79 return GetInner()->IsProxyObject(); in IsProxyObject()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_remote_object.h | 31 MOCK_CONST_METHOD0(IsProxyObject, bool());
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_bundle_mgr.h | 32 MOCK_CONST_METHOD0(IsProxyObject, bool());
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_remote_object.h | 32 MOCK_CONST_METHOD0(IsProxyObject, bool());
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/include/ |
H A D | mock_thermal_remote_object.h | 28 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/include/ |
H A D | mock_remote_object.h | 28 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/include/ |
H A D | mock_stats_remote_object.h | 28 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/include/ |
H A D | mock_display_remote_object.h | 28 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/ |
H A D | mock_power_remote_object.h | 29 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/ |
H A D | netfirewall_client.cpp | 164 if (remote == nullptr || !remote->IsProxyObject()) { in GetProxy() 174 if ((remote->IsProxyObject()) && (!remote->AddDeathRecipient(deathRecipient_))) { in GetProxy()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_i_remote_object.h | 39 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_i_remote_object.h | 39 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_mock_net_remote_object_test.h | 38 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | mock_i_remote_object.h | 39 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_proxy.cpp | 52 if (remoteObj == nullptr || !remoteObj->IsProxyObject()) { in CreateConnection()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_i_remote_object.h | 39 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/utils_mock/include/ |
H A D | iremote_object_mock.h | 48 bool IsProxyObject() const override in IsProxyObject() function
|
/ohos5.0/base/location/test/location_network/mock/include/ |
H A D | mock_i_remote_object.h | 31 MOCK_METHOD(bool, IsProxyObject, (), (const, override));
|