Home
last modified time | relevance | path

Searched refs:CheckSystemAbilityManagerReady (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dlocal_ability_manager.h51 bool CheckSystemAbilityManagerReady();
/ohos5.0/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/
H A Dsystemabilityfwk_fuzzer.cpp104 LocalAbilityManager::GetInstance().CheckSystemAbilityManagerReady(); in FuzzLocalAbilityManager()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp103 ret = CheckSystemAbilityManagerReady(); in DoStartSAProcess()
156 bool LocalAbilityManager::CheckSystemAbilityManagerReady() in CheckSystemAbilityManagerReady() function in OHOS::LocalAbilityManager
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp258 bool res = LocalAbilityManager::GetInstance().CheckSystemAbilityManagerReady();