Home
last modified time | relevance | path

Searched refs:interfaceRead (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_callback_stub_lite.cpp43 uint16_t* interfaceRead = nullptr; in OnRemoteRequest() local
44 interfaceRead = ReadInterfaceToken(data, &length); in OnRemoteRequest()
46 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteRequest()
H A Dwifi_device_callback_stub_lite.cpp35 uint16_t* interfaceRead = nullptr; in OnRemoteInterfaceToken() local
36 interfaceRead = ReadInterfaceToken(data, &length); in OnRemoteInterfaceToken()
38 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteInterfaceToken()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp46 uint16_t* interfaceRead = nullptr; in OnRemoteRequest() local
47 interfaceRead = ReadInterfaceToken(data, &length); in OnRemoteRequest()
49 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteRequest()
H A Ddhcp_client_callback_stub_lite.cpp38 uint16_t* interfaceRead = nullptr; in OnRemoteInterfaceToken() local
39 interfaceRead = ReadInterfaceToken(data, &length); in OnRemoteInterfaceToken()
41 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteInterfaceToken()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub_lite.cpp62 uint16_t* interfaceRead = nullptr; in OnRemoteRequest() local
63 interfaceRead = ReadInterfaceToken(req, &length); in OnRemoteRequest()
65 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteRequest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp39 uint16_t* interfaceRead = nullptr; in CheckInterfaceToken() local
40 interfaceRead = ReadInterfaceToken(req, &length); in CheckInterfaceToken()
42 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH ||interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in CheckInterfaceToken()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub_lite.cpp37 uint16_t* interfaceRead = nullptr; in CheckInterfaceToken() local
38 interfaceRead = ReadInterfaceToken(req, &length); in CheckInterfaceToken()
40 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH ||interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in CheckInterfaceToken()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp743 uint16_t* interfaceRead = nullptr; in OnRemoteRequest() local
744 interfaceRead = ReadInterfaceToken(req, &length); in OnRemoteRequest()
746 if (i >= DECLARE_INTERFACE_DESCRIPTOR_L1_LENGTH || interfaceRead[i] != DECLARE_INTERFACE_DESCRIPTOR_L1[i]) { in OnRemoteRequest()
/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp870 uint16_t* interfaceRead = nullptr; in HWTEST_F() local
872 interfaceRead = ReadInterfaceToken(&io, &length); in HWTEST_F()
874 EXPECT_EQ(interfaceTest[i], interfaceRead[i]); in HWTEST_F()

Completed in 7 milliseconds