Home
last modified time | relevance | path

Searched refs:CreateAppRunningRecord (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp585 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, info…
639 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, info…
662 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, info…
1161 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1165 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1169 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1173 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1177 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1181 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
1595 appRecord = appMgrServiceInner->CreateAppRunningRecord(token, nullptr,
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp224 auto record = service_->CreateAppRunningRecord(
260 auto record = service_->CreateAppRunningRecord(
264 auto record1 = service_->CreateAppRunningRecord(
294 auto record = service_->CreateAppRunningRecord(
338 auto record = service_->CreateAppRunningRecord(
362 auto record = service_->CreateAppRunningRecord(
750 auto record = service_->CreateAppRunningRecord(
1275 auto record = service_->CreateAppRunningRecord(
1364 auto record = service_->CreateAppRunningRecord(
1415 auto record = service_->CreateAppRunningRecord(
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp199 auto record = service_->CreateAppRunningRecord(
266 auto record = service_->CreateAppRunningRecord(
312 auto record = service_->CreateAppRunningRecord(
362 auto record = service_->CreateAppRunningRecord(
414 auto record = service_->CreateAppRunningRecord(
487 auto record = service_->CreateAppRunningRecord(
551 auto record = service_->CreateAppRunningRecord(
598 auto record = service_->CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/
H A Dapp_running_processes_info_module_test.cpp202 auto record = service_->CreateAppRunningRecord(
264 auto record = service_->CreateAppRunningRecord(
328 auto record = service_->CreateAppRunningRecord(
372 auto record2 = service_->CreateAppRunningRecord(
410 auto record = service_->CreateAppRunningRecord(
470 auto record = service_->CreateAppRunningRecord(
534 auto record = service_->CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp132 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
154 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
182 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
213 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
245 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
278 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
322 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
381 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
404 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
533 …appMgrServiceInner->appRunningManager_->CreateAppRunningRecord(applicationInfo_, processName, bund…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/
H A Dapp_running_processes_info_test.cpp221 auto record = service_->CreateAppRunningRecord(
252 auto record = service_->CreateAppRunningRecord(
315 auto record = service_->CreateAppRunningRecord(
345 auto record = service_->CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp201 std::shared_ptr<AppRunningRecord> appRecord = serviceInner_->CreateAppRunningRecord( in CreateTestApplicationRecord()
229 std::shared_ptr<AppRunningRecord> appRecord = serviceInner_->CreateAppRunningRecord( in CreateTestApplicationAndSetState()
1778 std::shared_ptr<AppRunningRecord> appRecord = serviceInner_->CreateAppRunningRecord(
1781 appRecord = serviceInner_->CreateAppRunningRecord(
1784 …appRecord = serviceInner_->CreateAppRunningRecord(token, nullptr, appInfo, nullptr, "test_app", bu…
1787 …appRecord = serviceInner_->CreateAppRunningRecord(token, nullptr, appInfo, abilityInfo, "", bundle…
1810 std::shared_ptr<AppRunningRecord> appRecord = serviceInner_->CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h61 std::shared_ptr<AppRunningRecord> CreateAppRunningRecord(
H A Dapp_mgr_service_inner.h512 std::shared_ptr<AppRunningRecord> CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/
H A Dams_service_load_ability_process_test.cpp1219 std::shared_ptr<AppRunningRecord> record = service_->CreateAppRunningRecord(
1269 std::shared_ptr<AppRunningRecord> record = service_->CreateAppRunningRecord(
1314 std::shared_ptr<AppRunningRecord> record = service_->CreateAppRunningRecord(
1365 std::shared_ptr<AppRunningRecord> record = service_->CreateAppRunningRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp329 auto appRecord = appRunningManager->CreateAppRunningRecord(appInfo, processName, bundleInfo);
354 …auto appRecord = appRunningManager_Record0100->CreateAppRunningRecord(appInfo, processName, bundle… in __anonb0a5bd360202()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp178 manager->CreateAppRunningRecord(appInfo, jsonStr, bundleInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp138 appRecord = serviceInner_->CreateAppRunningRecord( in TestCreateApplicationRecordAndSetState()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp487 …appRecord = CreateAppRunningRecord(nullptr, nullptr, appInfo, abilityInfo, processName, bundleInfo, in HandlePreloadApplication()
587 … appRecord = CreateAppRunningRecord(loadParam->token, loadParam->preToken, appInfo, abilityInfo, in LoadAbility()
2385 std::shared_ptr<AppRunningRecord> AppMgrServiceInner::CreateAppRunningRecord(sptr<IRemoteObject> to… in CreateAppRunningRecord() function in OHOS::AppExecFwk::AppMgrServiceInner
2395 auto appRecord = appRunningManager_->CreateAppRunningRecord(appInfo, processName, bundleInfo); in CreateAppRunningRecord()
3989 auto appRecord = appRunningManager_->CreateAppRunningRecord(appInfo, processName, info); in StartEmptyResidentProcess()
4286 auto appRecord = appRunningManager_->CreateAppRunningRecord(appInfo, processName, info); in StartEmptyProcess()
4423 appRecord = appRunningManager_->CreateAppRunningRecord(appInfo, processName, bundleInfo); in StartSpecifiedAbility()
H A Dapp_running_manager.cpp66 std::shared_ptr<AppRunningRecord> AppRunningManager::CreateAppRunningRecord( in CreateAppRunningRecord() function in OHOS::AppExecFwk::AppRunningManager
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp144 appRecord = serviceInner_->CreateAppRunningRecord( in CreateTestApplicationRecord()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1737 appRunningMgr->CreateAppRunningRecord(applicationInfo_, processName, bundleInfo);