Home
last modified time | relevance | path

Searched refs:SetAppIdentifier (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h575 void SetAppIdentifier(const std::string &appIdentifier);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2183 void SetAppIdentifier(const std::string &appIdentifier);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp691 newInfo.SetAppIdentifier(provisionInfo.bundleInfo.appIdentifier); in CollectProvisionInfo()
H A Dbundle_mgr_host_impl.cpp4169 info.SetAppIdentifier(provisionInfo.bundleInfo.appIdentifier); in SetProvisionInfoToInnerBundleInfo()
H A Dinner_bundle_info.cpp4211 void InnerBundleInfo::SetAppIdentifier(const std::string &appIdentifier) in SetAppIdentifier() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp361 oldInfo.SetAppIdentifier(newInfo.GetAppIdentifier()); in AddNewModuleInfo()
641 oldInfo.SetAppIdentifier(newInfo.GetAppIdentifier()); in UpdateInnerBundleInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp98 appRecord->SetAppIdentifier(bundleInfo.signatureInfo.appIdentifier); in CreateAppRunningRecord()
H A Dapp_running_record.cpp390 void AppRunningRecord::SetAppIdentifier(const std::string &appIdentifier) in SetAppIdentifier() function in OHOS::AppExecFwk::AppRunningRecord