Searched refs:RemoveDeviceDataWithUserInner (Results 1 – 2 of 2) sorted by relevance
183 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataWithUserInner(const std::string &user, ClearMod… in RemoveDeviceDataWithUserInner() function in DistributedDB::SQLiteSingleVerStorageExecutor210 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataWithUserInner(const std::string &deviceName, in RemoveDeviceDataWithUserInner() function in DistributedDB::SQLiteSingleVerStorageExecutor264 return CheckCorruptedStatus(RemoveDeviceDataWithUserInner(user, mode)); in RemoveDeviceData()270 return CheckCorruptedStatus(RemoveDeviceDataWithUserInner(deviceName, user, mode)); in RemoveDeviceData()
363 int RemoveDeviceDataWithUserInner(const std::string &user, ClearMode mode);365 …int RemoveDeviceDataWithUserInner(const std::string &deviceName, const std::string &user, ClearMod…