Home
last modified time | relevance | path

Searched refs:DeleteByPrefix (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_kv_adapter_test.cpp232 EXPECT_EQ(SOFTBUS_OK, kvStore->DeleteByPrefix("key"));
246 EXPECT_EQ(SOFTBUS_KV_DB_PTR_NULL, kvStore->DeleteByPrefix("key"));
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/
H A Dikv_adapter.h35 virtual int32_t DeleteByPrefix(const std::string& keyPrefix) = 0;
H A Dkv_adapter.h49 int32_t DeleteByPrefix(const std::string& keyPrefix) override;
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/include/
H A Dlnn_kv_adapter.h37 int32_t DeleteByPrefix(const std::string &keyPrefix);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_adapter_test.cpp243 EXPECT_EQ(DP_SUCCESS, kvStore->DeleteByPrefix("key"));
257 EXPECT_EQ(DP_KV_DB_PTR_NULL, kvStore->DeleteByPrefix("key"));
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp418 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteServiceProfile()
444 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()
450 if (kvStore->DeleteByPrefix(profileKeyPrefix) != DP_SUCCESS) { in DeleteCharacteristicProfile()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_kv_adapter_wrapper.cpp221 deleteRet = kvAdapter->DeleteByPrefix(keyPrefixStr); in LnnDeleteDBDataByPrefix()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp238 int32_t KVAdapter::DeleteByPrefix(const std::string &keyPrefix) in DeleteByPrefix() function in OHOS::KVAdapter
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp247 int32_t KVAdapter::DeleteByPrefix(const std::string& keyPrefix) in DeleteByPrefix() function in OHOS::DistributedDeviceProfile::KVAdapter