Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dflashd_utils.cpp53 char *nextToken = nullptr; in Split() local
54 auto token = strtok_s(buffer.data(), delimit, &nextToken); in Split()
59 token = strtok_s(nullptr, delimit, &nextToken); in Split()
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscanner.h32 #define YY_DECL Uscript::Parser::symbol_type Uscript::Scanner::nextToken()
45 virtual Uscript::Parser::symbol_type nextToken();
H A Dscript_yacc.y62 return scanner->nextToken(); in yylex()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c441 char *nextToken = NULL; in Ipv6AddrToAddrIn() local
447 addr = strtok_s(tmpIp, ADDR_SPLIT_IPV6, &nextToken); in Ipv6AddrToAddrIn()
451 ifName = strtok_s(NULL, ADDR_SPLIT_IPV6, &nextToken); in Ipv6AddrToAddrIn()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c209 char *nextToken = NULL; in ProcessAppInfo() local
210 actionStr = strtok_s(mapKey, ACTIONS_SPLIT, &nextToken); in ProcessAppInfo()
217 actionStr = strtok_s(NULL, ACTIONS_SPLIT, &nextToken); in ProcessAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c357 char *nextToken = NULL; in SplitKeyOrValue() local
363 infoStr = strtok_s(tmp, "#", &nextToken); in SplitKeyOrValue()
373 infoStr = strtok_s(NULL, "#", &nextToken); in SplitKeyOrValue()