Home
last modified time | relevance | path

Searched refs:StringToCharVector (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DVirtualMessageImpl.cpp40 std::vector<char> VirtualMessageImpl::StringToCharVector(std::string str) const in StringToCharVector() function in VirtualMessageImpl
50 std::vector<char> deviceId = StringToCharVector(info.deviceID); in SendVirtualMessage()
51 std::vector<char> bundleName = StringToCharVector(info.bundleName); in SendVirtualMessage()
52 std::vector<char> abilityName = StringToCharVector(info.abilityName); in SendVirtualMessage()
53 std::vector<char> message = StringToCharVector(info.message); in SendVirtualMessage()
H A DVirtualMessageImpl.h42 std::vector<char> StringToCharVector(std::string str) const;
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualMessageImplTest.cpp54 std::vector<char> vec = VirtualMessageImpl::GetInstance().StringToCharVector("123"); in TEST()
/ide/tools/previewer/cli/
H A DCommandLine.h328 std::vector<char> StringToCharVector(std::string str) const;
H A DCommandLine.cpp889 std::vector<char> DistributedCommunicationsCommand::StringToCharVector(std::string str) const in StringToCharVector() function in DistributedCommunicationsCommand
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1324 std::vector<char> vec = command.StringToCharVector("123"); in TEST_F()

Completed in 8 milliseconds