Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp305 if (!isDefaultOsAccountActivated_ && isAmsReady_) { in OnAddSystemAbility()
308 isDefaultOsAccountActivated_ = true; in OnAddSystemAbility()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_mgr_service.h102 bool isDefaultOsAccountActivated_ = false; variable