Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/
DMainPage.xaml.cpp241 void MainPage::NotifyUser(String^ strMessage, NotifyType type)
256 StatusBlock->Text = strMessage;
DMainPage.xaml.h83 void NotifyUser(Platform::String^ strMessage, NotifyType type);
/external/parameter-framework/upstream/parameter/
DSubsystem.cpp318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage, in getMappingError() argument
322 strMessage + "\" " + "for element " + pConfigurableElement->getPath(); in getMappingError()
DSubsystem.h149 std::string getMappingError(const std::string &strKey, const std::string &strMessage,