Searched refs:nextToken (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_socket.c | 441 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()
|
/foundation/communication/dsoftbus/core/common/security/permission/common/ |
H A D | permission_entry.c | 210 char *nextToken = NULL; in ProcessAppInfo() local 211 actionStr = strtok_s(mapKey, ACTIONS_SPLIT, &nextToken); in ProcessAppInfo() 218 actionStr = strtok_s(NULL, ACTIONS_SPLIT, &nextToken); in ProcessAppInfo()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 357 char *nextToken = NULL; in SplitKeyOrValue() local 363 infoStr = strtok_s(tmp, "#", &nextToken); in SplitKeyOrValue() 373 infoStr = strtok_s(NULL, "#", &nextToken); in SplitKeyOrValue()
|
Completed in 4 milliseconds