Home
last modified time | relevance | path

Searched refs:appAccountManagerService_ (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/src/
Daccount_mgr_service.cpp157 return appAccountManagerService_; in GetAppAccountService()
275 appAccountManagerService_ = nullptr; in Init()
316 appAccountManagerService_ = new (std::nothrow) AppAccountManagerService(); in CreateAppAccountService()
317 if (appAccountManagerService_ == nullptr) { in CreateAppAccountService()
/base/account/os_account/services/accountmgr/include/
Daccount_mgr_service.h85 sptr<IRemoteObject> appAccountManagerService_ = nullptr; variable
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
Daccount_mgr_service_test.cpp325 g_accountMgrService->appAccountManagerService_ = nullptr;