Home
last modified time | relevance | path

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

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