Home
last modified time | relevance | path

Searched refs:FuzzyDelete (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_storage.h73 * FuzzyDelete networkId in kvStore.
78 bool FuzzyDelete(const std::string& networkId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_data_storage_test.cpp338 distributedDataStorage_->FuzzyDelete(deviceId); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp328 bool DistributedDataStorage::FuzzyDelete(const string& networkId) in FuzzyDelete() function in OHOS::DistributedSchedule::DistributedDataStorage
338 HILOGW("FuzzyDelete networkId: %{public}s fail.", GetAnonymStr(networkId).c_str()); in FuzzyDelete()
342 HILOGI("FuzzyDelete networkId: %{public}s success.", GetAnonymStr(networkId).c_str()); in FuzzyDelete()
H A Ddistributed_sched_mission_manager.cpp289 if (!distributedDataStorage_->FuzzyDelete(deviceId)) { in DeleteDataStorage()

Completed in 4 milliseconds