Searched defs:subAdmins (Results 1 – 3 of 3) sorted by relevance
70 std::vector<std::string> subAdmins = { fuzzString }; in DoSomethingInterestingWithMyAPI() local
114 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in ConnectAbilityOnSystemUpdate() local276 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in ConnectAbilityOnSystemEvent() local493 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in OnAppManagerServiceStart() local688 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in UnsubscribeAppState() local892 std::vector<std::string> subAdmins; in RemoveSuperAdminAndAdminPolicy() local
266 …::GetSubSuperAdminsByParentName(const std::string &parentName, std::vector<std::string> &subAdmins) in GetSubSuperAdminsByParentName()