Searched refs:CheckMaxRequestNum (Results 1 – 3 of 3) sorted by relevance
/base/location/services/location_locator/locator/include/ |
D | locator_background_proxy.h | 67 bool CheckMaxRequestNum(int32_t uid, const std::string& packageName) const;
|
/base/location/test/location_locator/source/ |
D | locator_background_proxy_test.cpp | 400 locatorBackgroundProxy->CheckMaxRequestNum(0, "PKG_FOR_TEST"); // cant find userId 418 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // matched … 436 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // uid is w… 454 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // pkg name…
|
/base/location/services/location_locator/locator/source/ |
D | locator_background_proxy.cpp | 284 && CheckMaxRequestNum(request->GetUid(), request->GetPackageName())) { in UpdateListOnSuspend() 357 bool LocatorBackgroundProxy::CheckMaxRequestNum(pid_t uid, const std::string& packageName) const in CheckMaxRequestNum() function in OHOS::Location::LocatorBackgroundProxy
|