Searched refs:CheckMaxRequestNum (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_background_proxy_test.cpp | 405 locatorBackgroundProxy->CheckMaxRequestNum(0, "PKG_FOR_TEST"); // cant find userId 423 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // matched … 441 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // uid is w… 459 …EXPECT_EQ(false, locatorBackgroundProxy->CheckMaxRequestNum(VAL_UID, "PKG_FOR_TEST")); // pkg name… 478 locatorBackgroundProxy->CheckMaxRequestNum(uid, "PKG_FOR_TEST"); 485 locatorBackgroundProxy->CheckMaxRequestNum(uid, "PKG_FOR_TEST");
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_background_proxy.h | 70 bool CheckMaxRequestNum(int32_t uid, const std::string& packageName) const;
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_background_proxy.cpp | 306 bool LocatorBackgroundProxy::CheckMaxRequestNum(pid_t uid, const std::string& packageName) const in CheckMaxRequestNum() function in OHOS::Location::LocatorBackgroundProxy
|