Home
last modified time | relevance | path

Searched refs:GetUserTestInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h145 inline std::shared_ptr<UserTestRecord> GetUserTestInfo() const in GetUserTestInfo() function
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h605 std::shared_ptr<UserTestRecord> GetUserTestInfo();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp754 …if (appRecord->GetUserTestInfo() != nullptr && system::GetBoolParameter(DEVELOPER_MODE_STATE, fals… in WrapProcessData()
H A Dapp_running_manager.cpp745 info.isTestProcess = (appRecord->GetUserTestInfo() != nullptr); in AssignRunningProcessInfoByAppRecord()
H A Dapp_running_record.cpp1584 std::shared_ptr<UserTestRecord> AppRunningRecord::GetUserTestInfo() in GetUserTestInfo() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2189 …if (appRecord->GetUserTestInfo() != nullptr && system::GetBoolParameter(DEVELOPER_MODE_STATE, fals… in GetRunningProcess()
4338 auto userTestRecord = appRecord->GetUserTestInfo(); in FinishUserTest()
4365 auto userTestRecord = appRecord->GetUserTestInfo(); in FinishUserTestLocked()
7714 if (appRecord->GetUserTestInfo() == nullptr) { in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1669 auto usertestInfo = appLaunchData.GetUserTestInfo(); in HandleLaunchApplication()