Home
last modified time | relevance | path

Searched refs:userGrantPermMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/services/include/
H A Dclient_info.h106 static std::unordered_map<std::string, std::set<int32_t>> userGrantPermMap_; variable
/ohos5.0/base/sensors/sensor/services/src/
H A Dclient_info.cpp45 std::unordered_map<std::string, std::set<int32_t>> ClientInfo::userGrantPermMap_ = { member in OHOS::Sensors::ClientInfo
803 auto it = userGrantPermMap_.find(permName); in ChangeSensorPerm()
804 if (it == userGrantPermMap_.end()) { in ChangeSensorPerm()