Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp183 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
200 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
218 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
236 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
253 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
255 EXPECT_EQ(true, requestManager_->IsUidInProcessing(SYSTEM_UID));
554 requestManager_->IsUidInProcessing(0);
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h87 bool IsUidInProcessing(int32_t uid);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp633 if (!IsUidInProcessing(uid)) { in HandlePowerSuspendChanged()
640 bool RequestManager::IsUidInProcessing(int32_t uid) in IsUidInProcessing() function in OHOS::Location::RequestManager