Home
last modified time | relevance | path

Searched refs:GetInterruptString (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/common/test/unittest/src/
H A Dscreen_common_test.cpp91 std::string ret = GetInterruptString(value);
105 std::string ret = GetInterruptString(value);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp57 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(devId) + in CreateVirtualScreen()
58 SEPERATOR + GetInterruptString(dhId); in CreateVirtualScreen()
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_util.h28 std::string GetInterruptString(const std::string &value);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Dscreen_manager_adapter_test.cpp90 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(devId) +
91 SEPERATOR + GetInterruptString(dhId);
H A Ddscreen_test.cpp228 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(dScreen_->devId_) +
229 SEPERATOR + GetInterruptString(dScreen_->dhId_);
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp111 std::string GetInterruptString(const std::string &value) in GetInterruptString() function