Home
last modified time | relevance | path

Searched refs:portStr (Results 1 - 3 of 3) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp231 std::string portStr = UsbSubscriberTest::eventData_.GetData(); in HWTEST_F() local
232 std::cout << portStr << std::endl; in HWTEST_F()
233 cJSON* portJson = cJSON_Parse(portStr.c_str()); in HWTEST_F()
265 std::string portStr = UsbSubscriberTest::eventData_.GetData(); in HWTEST_F() local
266 std::cout << portStr << std::endl; in HWTEST_F()
267 cJSON* portJson = cJSON_Parse(portStr.c_str()); in HWTEST_F()
/base/startup/init/services/loopevent/socket/
H A Dle_socket.c115 const char *portStr = strstr(server, ":"); in GetSockaddrFromServer_() local
116 LE_CHECK(portStr != NULL, return LE_FAILURE, "Failed to get addr %s", server); in GetSockaddrFromServer_()
117 uint16_t port = atoi(portStr + 1); in GetSockaddrFromServer_()
/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp278 std::string portStr = UsbSubscriberMockTest::eventData_.GetData(); in HWTEST_F() local
279 cJSON* portJson = cJSON_Parse(portStr.c_str()); in HWTEST_F()
312 std::string portStr = UsbSubscriberMockTest::eventData_.GetData(); in HWTEST_F() local
313 cJSON* portJson = cJSON_Parse(portStr.c_str()); in HWTEST_F()

Completed in 3 milliseconds