Searched refs:osAccountControl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_domain_account_callback.cpp | 32 std::shared_ptr<IOsAccountControl> &osAccountControl, const OsAccountType &type, in CheckAndCreateDomainAccountCallback() argument 34 …: type_(type), osAccountControl_(osAccountControl), accountOptions_(accountOptions), innerCallback… in CheckAndCreateDomainAccountCallback() 83 std::shared_ptr<IOsAccountControl> &osAccountControl, const OsAccountInfo &osAccountInfo, in BindDomainAccountCallback() argument 85 : osAccountControl_(osAccountControl), osAccountInfo_(osAccountInfo), innerCallback_(callback) in BindDomainAccountCallback()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_event_manager_multiple_thread_test.cpp | 63 std::shared_ptr<OsAccountControlFileManager> osAccountControl = in SetUpTestCase() local 65 osAccountControl->eventCallbackFunc_ = nullptr; in SetUpTestCase() 66 for (auto &fileNameMgr : osAccountControl->accountFileWatcherMgr_.fileNameMgrMap_) { in SetUpTestCase()
|
H A D | os_account_inner_account_mgr_cov.cpp | 135 std::shared_ptr<IOsAccountControl> osAccountControl = innerMgrService_->osAccountControl_; variable 138 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount); 153 std::shared_ptr<IOsAccountControl> osAccountControl = innerMgrService_->osAccountControl_; variable 156 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);
|
H A D | os_account_inner_account_mgr_mock.cpp | 120 std::shared_ptr<OsAccountControlFileManager> osAccountControl = in SetUpTestCase() local 122 osAccountControl->eventCallbackFunc_ = nullptr; in SetUpTestCase() 123 for (auto &fileNameMgr : osAccountControl->accountFileWatcherMgr_.fileNameMgrMap_) { in SetUpTestCase() 819 std::shared_ptr<IOsAccountControl> osAccountControl = innerMgrService_->osAccountControl_; variable 822 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount); 836 std::shared_ptr<IOsAccountControl> osAccountControl = innerMgrService_->osAccountControl_; variable 839 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_domain_account_callback.h | 30 …CheckAndCreateDomainAccountCallback(std::shared_ptr<IOsAccountControl> &osAccountControl, const Os… 43 …BindDomainAccountCallback(std::shared_ptr<IOsAccountControl> &osAccountControl, const OsAccountInf…
|