Home
last modified time | relevance | path

Searched refs:remainStr (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/coap/common/src/
H A Ddisc_coap_parser.c89 char *remainStr = NULL; in DiscCoapParseKeyValueStr() local
90 char *curStr = strtok_s(tmpSrc, delimiter, &remainStr); in DiscCoapParseKeyValueStr()
95 curStr = strtok_s(NULL, delimiter, &remainStr); in DiscCoapParseKeyValueStr()
102 curStr = strtok_s(NULL, delimiter, &remainStr); in DiscCoapParseKeyValueStr()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp757 std::string remainStr = toggleButtonName; in PointerEventHandler() local
759 while (remainStr.find(';') != std::string::npos) { in PointerEventHandler()
761 size_t pos = remainStr.find(';'); in PointerEventHandler()
762 toggleCode = gaussiankeyboard_getKeyCodeByKeyName_(remainStr.substr(0, pos)); in PointerEventHandler()
766 remainStr = remainStr.substr(pos + 1); in PointerEventHandler()
769 toggleCode = gaussiankeyboard_getKeyCodeByKeyName_(remainStr); in PointerEventHandler()

Completed in 7 milliseconds