Searched refs:SaveAppIdIntoMap (Results 1 – 3 of 3) sorted by relevance
167 SaveAppIdIntoMap(record.appStartupType.appPid, record.appStartupType.bundleName); in SaveCheckPoint()174 SaveAppIdIntoMap(record.appAttach.appPid, record.appAttach.bundleName); in SaveCheckPoint()178 SaveAppIdIntoMap(record.appForeground.appPid, record.appForeground.bundleName); in SaveCheckPoint()185 SaveAppIdIntoMap(record.startWindow.appPid, record.startWindow.bundleName); in SaveCheckPoint()189 SaveAppIdIntoMap(record.drawnCompleted.appPid, record.drawnCompleted.bundleName); in SaveCheckPoint()
26 void SaveAppIdIntoMap(const int32_t& appId, const std::string& bundleName);
28 void SceneDataMapDbAdapter::SaveAppIdIntoMap(const int32_t& appId, const std::string& bundleName) in SaveAppIdIntoMap() function in SceneDataMapDbAdapter