Searched refs:mPowerEntityInfos (Results 1 – 4 of 4) sorted by relevance
293 uint32_t id = mPowerEntityInfos.size(); in addPowerEntity()294 mPowerEntityInfos.push_back({id, name, type}); in addPowerEntity()308 if (mPowerEntityInfos.empty()) { in getPowerEntityInfo()313 _hidl_cb(mPowerEntityInfos, Status::SUCCESS); in getPowerEntityInfo()
99 std::vector<PowerEntityInfo> mPowerEntityInfos; member
75 uint32_t id = mPowerEntityInfos.size(); in addPowerEntity()76 mPowerEntityInfos.push_back({id, name, type}); in addPowerEntity()90 if (mPowerEntityInfos.empty()) { in getPowerEntityInfo()95 _hidl_cb(mPowerEntityInfos, Status::SUCCESS); in getPowerEntityInfo()
106 std::vector<PowerEntityInfo> mPowerEntityInfos; variable