Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocator_skeleton.h90 bool CheckRssProcessName(MessageParcel &reply, AppIdentity &identity);
/base/location/interfaces/inner_api/include/
Dcommon_utils.h181 static bool CheckRssProcessName(uint32_t tokenId);
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp790 if (!CheckRssProcessName(reply, identity)) { in PreProxyUidForFreeze()
807 if (!CheckRssProcessName(reply, identity)) { in PreResetAllProxy()
914 bool LocatorAbilityStub::CheckRssProcessName(MessageParcel &reply, AppIdentity &identity) in CheckRssProcessName() function in OHOS::Location::LocatorAbilityStub
917 if (!CommonUtils::CheckRssProcessName(callingTokenId)) { in CheckRssProcessName()
/base/location/test/location_common/source/
Dcommon_utils_test.cpp429 EXPECT_EQ(false, CommonUtils::CheckRssProcessName(invalidTokenId));
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp72 bool CommonUtils::CheckRssProcessName(uint32_t tokenId) in CheckRssProcessName() function in OHOS::Location::CommonUtils