Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h83 int32_t DeleteBatchByKeys(const std::vector<std::string>& delKeys);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp695 int32_t DeviceProfileManager::DeleteBatchByKeys(const std::vector<std::string>& delKeys) in DeleteBatchByKeys() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
858 if (DeleteBatchByKeys(delKeys) != DP_SUCCESS) { in FixLocalData()
894 if (DeleteBatchByKeys(delKeys) != DP_SUCCESS) { in FixRemoteDataWhenPeerIsNonOH()