Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_chip.c130 char *pstr = NULL; in RpcGetIface() local
136 pstr = (char *)calloc(len, sizeof(char)); in RpcGetIface()
137 if (pstr == NULL) { in RpcGetIface()
140 if (ReadStr(context, pstr, len) != 0) { in RpcGetIface()
141 free(pstr); in RpcGetIface()
142 pstr = NULL; in RpcGetIface()
146 WifiErrorNo err = GetIface((pstr == NULL) ? ifname : pstr, &wifiIface); in RpcGetIface()
156 if (pstr != NULL) { in RpcGetIface()
157 free(pstr); in RpcGetIface()
195 char *pstr = NULL; RpcRemoveIface() local
[all...]
/foundation/multimedia/drm_framework/frameworks/native/test/common/src/
H A Dhttp.cpp28 std::string *pstr = (std::string *)userp; in HttpCurlWriteStrData() local
29 if (pstr != nullptr) { in HttpCurlWriteStrData()
30 pstr->append((const char *)buffer, realSize); in HttpCurlWriteStrData()

Completed in 2 milliseconds