Home
last modified time | relevance | path

Searched refs:GetUUIDBySoftBus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp197 std::string ret = GetUUIDBySoftBus(networkId);
201 ret = GetUUIDBySoftBus(networkId);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h38 std::string GetUUIDBySoftBus(const std::string &networkId);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp85 std::string GetUUIDBySoftBus(const std::string &networkId) in GetUUIDBySoftBus() function
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1651 srcScreenInfo.uuid = GetUUIDBySoftBus(srcDevId); in UpdateSrcScreenInfoCache()