Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_config_data_manager.h37 int32_t GetAppWaitingDebugList(std::vector<std::string> &bundleNameList);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_config_data_manager_test/
H A Dapp_config_data_manager_test.cpp123 auto iret = manager->GetAppWaitingDebugList(bundleNameList);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp138 int32_t AppConfigDataManager::GetAppWaitingDebugList(std::vector<std::string> &bundleNameList) in GetAppWaitingDebugList() function in OHOS::AbilityRuntime::AppConfigDataManager
H A Dapp_mgr_service_inner.cpp6548 …DelayedSingleton<AbilityRuntime::AppConfigDataManager>::GetInstance()->GetAppWaitingDebugList(bund… in NotifyAppFaultBySA()