Home
last modified time | relevance | path

Searched refs:pstr (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_chip.c130 char *pstr = NULL; in RpcGetIface() local
141 free(pstr); in RpcGetIface()
146 WifiErrorNo err = GetIface((pstr == NULL) ? ifname : pstr, &wifiIface); in RpcGetIface()
156 if (pstr != NULL) { in RpcGetIface()
157 free(pstr); in RpcGetIface()
158 pstr = NULL; in RpcGetIface()
195 char *pstr = NULL; in RpcRemoveIface() local
206 free(pstr); in RpcRemoveIface()
211 WifiErrorNo err = RemoveIface((pstr == NULL) ? ifname : pstr); in RpcRemoveIface()
216 free(pstr); in RpcRemoveIface()
[all …]
/ohos5.0/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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___string_async_event.md20 | const char \* [pStr](#pstr) | 字符串数据。 |
H A D_ark_u_i___native_module.md3459 …个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:表示文本识别的结果,Json格式…
3465 …d)中包含1个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:输入的文本内容。 |
3467 …d)中包含1个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:剪切的文本内容。 |
3468 …d)中包含1个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:粘贴的文本内容。 |
3471 …个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:表示正则匹配失败时,被过滤的内容…
3478 …中包含1个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:当前输入的文本内容。 |
3479 …d)中包含1个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:粘贴的文本内容。 |
3483 …个参数:<br/>**[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr)**:表示正则匹配失败时,被过滤的内容…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___string_async_event.md20 | const char \* [pStr](#pstr) | String. |
H A D_ark_u_i___native_module.md3182 …meters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): text recognition …
3188 …meters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): input text conten…
3190 …meters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): cut text content.|
3191 … parameters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): text pasted.|
3194 …meters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): content that is f…
3201 …parameters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): text entered.|
3202 … parameters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): text pasted.|
3206 …meters:<br>[ArkUI_StringAsyncEvent.pStr](_ark_u_i___string_async_event.md#pstr): content that is f…
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_performance_test.cpp113 int ParseIndexCost(const std::string &pstr, char *buf, const size_t& bufLen) in ParseIndexCost() argument
132 auto pResource = new(std::nothrow) HapResource(pstr, 0, resDesc); in ParseIndexCost()
157 std::string pstr = FormatFullPath(filePath); in TestLoadFromIndex() local
160 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
187 if (ParseIndexCost(pstr, (char *)buf, bufLen) == -1) { in TestLoadFromIndex()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_performance_test.cpp118 std::string pstr = FormatFullPath(filePath); in TestLoadFromIndex() local
121 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
167 HapResource *pResource = new(std::nothrow) HapResource(pstr, 0, nullptr, resDesc); in TestLoadFromIndex()