Home
last modified time | relevance | path

Searched refs:clientExecutableUrl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client_parse.c1367 service->clientExecutableUrl = MEM_MALLOC.alloc(SDP_MAX_ATTRIBUTE_LEN); in SdpGetClientExecutableUrl()
1368 if (service->clientExecutableUrl == NULL) { in SdpGetClientExecutableUrl()
1372 (void)memset_s(service->clientExecutableUrl, SDP_MAX_ATTRIBUTE_LEN, 0, SDP_MAX_ATTRIBUTE_LEN); in SdpGetClientExecutableUrl()
1374 return SdpGetString(bufferInfo, service->clientExecutableUrl, DE_TYPE_URL); in SdpGetClientExecutableUrl()
1908 if (service->clientExecutableUrl) { in SdpFreeService()
1909 MEM_MALLOC.free(service->clientExecutableUrl); in SdpFreeService()
1910 service->clientExecutableUrl = NULL; in SdpFreeService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h469 char *clientExecutableUrl; member