Searched defs:subAdmins (Results 1 – 3 of 3) sorted by relevance
73 std::vector<std::string> subAdmins = { fuzzString }; in DoSomethingInterestingWithMyAPI() local
108 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in ConnectAbilityOnSystemUpdate() local257 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in ConnectAbilityOnSystemEvent() local465 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in OnAppManagerServiceStart() local663 std::unordered_map<int32_t, std::vector<std::shared_ptr<Admin>>> subAdmins; in UnsubscribeAppState() local875 std::vector<std::string> subAdmins; in RemoveSuperAdminAndAdminPolicy() local
331 …::GetSubSuperAdminsByParentName(const std::string &parentName, std::vector<std::string> &subAdmins) in GetSubSuperAdminsByParentName()