Home
last modified time | relevance | path

Searched refs:launchInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dlifecycle_state_info.cpp32 std::unique_ptr<LaunchParam> launchInfo(parcel.ReadParcelable<LaunchParam>()); in ReadFromParcel() local
33 if (launchInfo == nullptr) { in ReadFromParcel()
36 launchParam = *launchInfo; in ReadFromParcel()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp685 for (const auto &launchInfo : value.launchInfos) { in SaveLaunchInfo() local
687 autoLaunchMetaData.datas.emplace(extUri, launchInfo.tableNames); in SaveLaunchInfo()
689 meta.storeId = launchInfo.storeId; in SaveLaunchInfo()