Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.h137 static void SaveLaunchInfo(const std::string &bundleName, const std::string &userId,
H A Ddata_share_service_impl.cpp650 SaveLaunchInfo(dataInfo.bundleName, dataInfo.userId, dataInfo.deviceId); in SubscribeChange()
657 void DataShareServiceImpl::SaveLaunchInfo(const std::string &bundleName, const std::string &userId, in SaveLaunchInfo() function in OHOS::DataShare::DataShareServiceImpl
796SaveLaunchInfo(bundleName, std::to_string(user), DeviceManagerAdapter::GetInstance().GetLocalDevic… in OnAppUpdate()