Home
last modified time | relevance | path

Searched refs:IsLocalCalling (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp189 if (IPCSkeleton::IsLocalCalling()) { in DBinderSearchRefCount()
200 …if (!IPCSkeleton::IsLocalCalling() || (uid != 0 && uid != SHELL_UID && uid != HIDUMPER_SERVICE_UID… in DBinderDumpTransaction()
212 if (!IPCSkeleton::IsLocalCalling() || uid >= ALLOWED_UID) { in DBinderInvokeListenThread()
223 if (IPCSkeleton::IsLocalCalling()) { in DBinderIncRefsTransaction()
250 if (IPCSkeleton::IsLocalCalling()) { in DBinderDecRefsTransaction()
280 if (IPCSkeleton::IsLocalCalling() || uid >= ALLOWED_UID) { in DBinderAddCommAuth()
291 if (!IPCSkeleton::IsLocalCalling()) { in DBinderGetSessionName()
310 if (!IPCSkeleton::IsLocalCalling() || !IsSamgrCall()) { in DBinderGetGrantedSessionName()
320 if (!IPCSkeleton::IsLocalCalling() || !IsSamgrCall()) { in DBinderGetSessionNameForPidUid()
330 if (!IPCSkeleton::IsLocalCalling()) { in DBinderGetPidUid()
[all …]
H A Dipc_skeleton.cpp210 bool IPCSkeleton::IsLocalCalling() in IsLocalCalling() function in OHOS::IPCSkeleton
214 return invoker->IsLocalCalling(); in IsLocalCalling()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dskeleton_wrapper.cpp89 bool IsLocalCalling() in IsLocalCalling() function
91 return OHOS::IPCSkeleton::IsLocalCalling(); in IsLocalCalling()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dskeleton.rs52 fn IsLocalCalling() -> bool; in IsLocalCalling() function
137 IsLocalCalling() in is_local_calling()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs95 assert_eq!(Skeleton::is_local_calling(), IsLocalCalling()); in skeleton()
129 fn IsLocalCalling() -> bool; in IsLocalCalling() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dskeleton_wrapper.h51 bool IsLocalCalling();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ipc_skeleton.h46 static bool IsLocalCalling();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/mock/include/
H A Dmock_ipc_skeleton.h46 static bool IsLocalCalling();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/mock/include/
H A Dmock_ipc_skeleton.h46 static bool IsLocalCalling();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/services/ability_util_test/mock/include/
H A Dmock_ipc_skeleton.h46 static bool IsLocalCalling();
/ohos5.0/base/notification/common_event_service/test/mock/include/
H A Dmock_ipc_skeleton.h45 static bool IsLocalCalling();
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/include/
H A Dmock_ipc_skeleton.h46 static bool IsLocalCalling();
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ipc_skeleton.h82 static bool IsLocalCalling();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/include/
H A Dipc_rust_test.h51 bool IsLocalCalling();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_skeleton.h131 static bool IsLocalCalling();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp210 bool IsLocalCalling() in IsLocalCalling() function
212 return IPCSkeleton::IsLocalCalling(); in IsLocalCalling()
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cskeleton.cpp67 return OHOS::IPCSkeleton::IsLocalCalling() ? 1 : 0; in OH_IPCSkeleton_IsLocalCalling()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h82 virtual bool IsLocalCalling() = 0;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h61 MOCK_METHOD0(IsLocalCalling, bool());
H A Dipc_object_stub_unittest.cpp394 EXPECT_CALL(*invoker, IsLocalCalling())
439 EXPECT_CALL(*invoker, IsLocalCalling())
517 EXPECT_CALL(*invoker, IsLocalCalling())
560 EXPECT_CALL(*invoker, IsLocalCalling())
591 EXPECT_CALL(*invoker, IsLocalCalling())
H A Dipc_skeleton_unittest.cpp352 EXPECT_CALL(*invoker, IsLocalCalling())
355 auto result = skeleton.IsLocalCalling();
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp498 IPCSkeleton::GetLocalDeviceID().c_str(), IPCSkeleton::IsLocalCalling()); in OnGetChildId()
504 IPCSkeleton::GetLocalDeviceID().c_str(), IPCSkeleton::IsLocalCalling()); in OnGetChildId()
512 IPCSkeleton::GetLocalDeviceID().c_str(), IPCSkeleton::IsLocalCalling()); in OnGetChildId()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcskeleton_fuzzer/
H A Dipcskeleton_fuzzer.cpp142 IPCSkeleton::IsLocalCalling(); in IsLocalCallingTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp119 invoker->IsLocalCalling(); in GetCallerInfoTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp190 if (invoker.IsLocalCalling() != false) { in IsLocalCallingTest()

12