Searched defs:isActived (Results 1 – 6 of 6) sorted by relevance
67 bool isActived = true; variable84 bool isActived = false; variable137 bool isActived = false; variable156 bool isActived = true; variable
66 bool isActived = true; variable103 bool isActived = true; variable
24 …yInfo::AccountPriorityInfo(int id, std::string name, AccountSA::OsAccountType type, bool isActived) in AccountPriorityInfo()65 void AccountPriorityInfo::SetIsActived(bool isActived) in SetIsActived()
86 AccountSA::OsAccountType accountType, bool isActived) in SetAccountPriority()
308 bool isActived = BOOL_IS_ACTIVED; variable
1089 auto isActived = std::make_unique<IsActivedAsyncContext>(); in InnerIsOsAccountActived() local