Home
last modified time | relevance | path

Searched refs:CheckRssProcessName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dpermission_manager.h46 static bool CheckRssProcessName(uint32_t tokenId);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dpermission_manager.cpp58 bool PermissionManager::CheckRssProcessName(uint32_t tokenId) in CheckRssProcessName() function in OHOS::Location::PermissionManager
/ohos5.0/base/location/test/location_locator/source/
H A Dpermission_manager_test.cpp209 EXPECT_EQ(false, PermissionManager::CheckRssProcessName(invalidTokenId));
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h108 bool CheckRssProcessName(MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp1088 if (!CheckRssProcessName(reply, identity)) { in PreProxyForFreeze()
1112 if (!CheckRssProcessName(reply, identity)) { in PreResetAllProxy()
1253 bool LocatorAbilityStub::CheckRssProcessName(MessageParcel &reply, AppIdentity &identity) in CheckRssProcessName() function in OHOS::Location::LocatorAbilityStub
1256 if (!PermissionManager::CheckRssProcessName(callingTokenId)) { in CheckRssProcessName()