Home
last modified time | relevance | path

Searched refs:mainBundleName_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp366 appRecord->mainBundleName_ = bundleName;
387 appRecord->mainBundleName_ = bundleName;
429 appRecord->mainBundleName_ = bundleName;
451 appRecord->mainBundleName_ = bundleName;
472 appRecord->mainBundleName_ = bundleName;
514 appRecord->mainBundleName_ = bundleName;
537 appRecord->mainBundleName_ = bundleName;
560 appRecord->mainBundleName_ = bundleName;
583 appRecord->mainBundleName_ = bundleName;
605 appRecord->mainBundleName_ = bundleName;
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp228 mainBundleName_ = info->bundleName; in AppRunningRecord()
260 return mainBundleName_; in GetBundleName()
470 auto moduleRecords = appInfos_.find(mainBundleName_); in LaunchApplication()
519 if (GetTheModuleInfoNeedToUpdated(mainBundleName_, abilityStage)) { in AddAbilityStage()
522 abilityStage.moduleName.c_str(), mainBundleName_.c_str()); in AddAbilityStage()
996 curState_, pendingState_, mainBundleName_.c_str(), ability->GetName().c_str()); in AbilityForeground()
1041 TAG_LOGD(AAFwkTag::APPMGR, "ability is %{public}s", mainBundleName_.c_str()); in AbilityBackground()
1071 if (foregroundSize == 0 && mainBundleName_ != LAUNCHER_NAME && windowIds_.empty()) { in AbilityBackground()
1678 mainBundleName_.c_str(), static_cast<int>(eventId_)); in ScheduleAcceptWantDone()
1702 mainBundleName_.c_str(), static_cast<int>(eventId_)); in ScheduleNewProcessRequestDone()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp712 record2->mainBundleName_ = callerBundleName;
2204 appRecord->mainBundleName_ = "com.ohos.settings";
3920 appRecord->mainBundleName_ = "com.is.hiserice";
4012 appRecord->mainBundleName_ = "com.is.hiserice";
4265 appRecord->mainBundleName_ = "com.is.hiserice";
4435 record->mainBundleName_ = callerBundleName;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h977 std::string mainBundleName_; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp465 record->mainBundleName_ = bundleName;
2325 record->mainBundleName_ = bundleName;