Home
last modified time | relevance | path

Searched refs:IsServiceStarted (Results 1 – 6 of 6) sorted by relevance

/base/account/os_account/services/accountmgr/include/
Diaccount_context.h32 virtual bool IsServiceStarted(void) const = 0;
Daccount_mgr_service.h63 bool IsServiceStarted(void) const override;
/base/account/os_account/services/accountmgr/test/mock/include/
Dmock_account_mgr_service.h68 bool IsServiceStarted() const override in IsServiceStarted() function
/base/hiviewdfx/hidumper/services/native/include/
Ddump_manager_service.h63 bool IsServiceStarted() const in IsServiceStarted() function
/base/account/os_account/services/accountmgr/src/
Daccount_mgr_service.cpp178 bool AccountMgrService::IsServiceStarted(void) const in IsServiceStarted() function in OHOS::AccountSA::AccountMgrService
Daccount_stub.cpp417 if (!IsServiceStarted()) { in OnRemoteRequest()