Home
last modified time | relevance | path

Searched refs:IsProxyObject (Results 1 – 25 of 186) sorted by relevance

12345678

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Diremote_object_mocker.h43 bool IsProxyObject() const in IsProxyObject() function
93 bool IsProxyObject() const in IsProxyObject() function
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp206 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 Dipc_hitrace_unittest.cpp177 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 Dipc_core_unittest.cpp150 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 Dstatus_listener_manager.cpp65 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 Dco_auth_client_test.cpp95 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 Diremote_object.cpp50 bool IRemoteObject::IsProxyObject() const in IsProxyObject() function in OHOS::IRemoteObject
/ohos5.0/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()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_remote_object.h31 MOCK_CONST_METHOD0(IsProxyObject, bool());
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_bundle_mgr.h32 MOCK_CONST_METHOD0(IsProxyObject, bool());
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_remote_object.h32 MOCK_CONST_METHOD0(IsProxyObject, bool());
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/include/
H A Dmock_thermal_remote_object.h28 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/include/
H A Dmock_remote_object.h28 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/include/
H A Dmock_stats_remote_object.h28 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/include/
H A Dmock_display_remote_object.h28 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_power_remote_object.h29 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_mock_net_remote_object_test.h38 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_i_remote_object.h39 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/utils_mock/include/
H A Diremote_object_mock.h48 bool IsProxyObject() const override in IsProxyObject() function
/ohos5.0/base/location/test/location_network/mock/include/
H A Dmock_i_remote_object.h31 MOCK_METHOD(bool, IsProxyObject, (), (const, override));

12345678