Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_background_proxy_test.cpp405 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 Dlocator_background_proxy.h70 bool CheckMaxRequestNum(int32_t uid, const std::string& packageName) const;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp306 bool LocatorBackgroundProxy::CheckMaxRequestNum(pid_t uid, const std::string& packageName) const in CheckMaxRequestNum() function in OHOS::Location::LocatorBackgroundProxy