Home
last modified time | relevance | path

Searched refs:ToNetworkId (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Ddev_manager_test.cpp81 * @tc.name: ToNetworkId
87 HWTEST_F(DevManagerTest, ToNetworkId, TestSize.Level1) in HWTEST_F()
92 auto networkId = devMgr.ToNetworkId(devInfo.uuid); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h34 std::string ToNetworkId(const std::string &uuid) const;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h33 std::string ToNetworkId(const std::string &uuid);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp55 std::string DevManager::ToNetworkId(const std::string &uuid) const in ToNetworkId() function in OHOS::DistributedKv::DevManager
H A Ddevice_convertor.cpp73 deviceId = DevManager::GetInstance().ToNetworkId({key.begin(), key.begin() + length}); in ToKey()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp89 std::string DevManager::ToNetworkId(const std::string &uuid) in ToNetworkId() function in DevManager
H A Ddevice_convertor.cpp75 deviceId = DevManager::GetInstance().ToNetworkId({ key.begin(), key.begin() + length }); in ToKey()

Completed in 5 milliseconds