Home
last modified time | relevance | path

Searched refs:GetCallingSid (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp51 auto callingSid = OHOS::IPCSkeleton::GetCallingSid(); in CheckGetSAPermission()
65 auto callingSid = OHOS::IPCSkeleton::GetCallingSid(); in CheckAddOrRemovePermission()
79 auto callingSid = OHOS::IPCSkeleton::GetCallingSid(); in CheckGetRemoteSAPermission()
94 auto callingSid = OHOS::IPCSkeleton::GetCallingSid(); in CheckListSAPermission()
216 OHOS::IPCSkeleton::GetCallingSid().c_str()); in ListSystemAbilityInner()
330 systemAbilityId, OHOS::IPCSkeleton::GetCallingSid().c_str()); in CheckRemtSystemAbilityInner()
373 systemAbilityId, OHOS::IPCSkeleton::GetCallingSid().c_str()); in AddOndemandSystemAbilityInner()
409 systemAbilityId, OHOS::IPCSkeleton::GetCallingSid().c_str()); in CheckSystemAbilityImmeInner()
483 systemAbilityId, OHOS::IPCSkeleton::GetCallingSid().c_str()); in AddSystemAbilityInner()
521 systemAbilityId, OHOS::IPCSkeleton::GetCallingSid().c_str()); in GetSystemAbilityInner()
[all …]
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_skeleton.h54 static std::string GetCallingSid();
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dmain_client.cpp137 std::string selfSid = IPCSkeleton::GetCallingSid(); in main()
H A Dtest_service.cpp90 std::string sid = IPCSkeleton::GetCallingSid(); in TestSyncTransaction()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp97 std::string IPCSkeleton::GetCallingSid() in GetCallingSid() function in OHOS::IPCSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcskeleton_fuzzer/
H A Dipcskeleton_fuzzer.cpp50 IPCSkeleton::GetCallingSid(); in GetCallingSidTest()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_adapter.cpp468 return strdup(OHOS::IPCSkeleton::GetCallingSid().c_str()); in HdfRemoteGetCallingSid()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_skeleton_unittest.cpp128 auto result = skeleton.GetCallingSid();