Home
last modified time | relevance | path

Searched refs:CheckMaxRequestNum (Results 1 – 3 of 3) sorted by relevance

/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h67 bool CheckMaxRequestNum(int32_t uid, const std::string& packageName) const;
/base/location/test/location_locator/source/
Dlocator_background_proxy_test.cpp400 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/
Dlocator_background_proxy.cpp284 && 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