Searched refs:CheckRssProcessName (Results 1 – 5 of 5) sorted by relevance
90 bool CheckRssProcessName(MessageParcel &reply, AppIdentity &identity);
181 static bool CheckRssProcessName(uint32_t tokenId);
790 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::LocatorAbilityStub917 if (!CommonUtils::CheckRssProcessName(callingTokenId)) { in CheckRssProcessName()
429 EXPECT_EQ(false, CommonUtils::CheckRssProcessName(invalidTokenId));
72 bool CommonUtils::CheckRssProcessName(uint32_t tokenId) in CheckRssProcessName() function in OHOS::Location::CommonUtils