Home
last modified time | relevance | path

Searched refs:get_int (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_nan_hal_mock.cpp343 msg.status = (NanStatusType) jsonR.get_int("status", &error); in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
344 msg.value = jsonR.get_int("value", &error); in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
345 msg.response_type = (NanResponseType) jsonR.get_int("response_type", &error); in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
347 msg.body.publish_response.publish_id = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
350 msg.body.subscribe_response.subscribe_id = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
353 msg.body.nan_capabilities.max_concurrent_nan_clusters = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
355 msg.body.nan_capabilities.max_publishes = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
357 msg.body.nan_capabilities.max_subscribes = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
359 msg.body.nan_capabilities.max_service_name_len = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
361 msg.body.nan_capabilities.max_match_filter_len = jsonR.get_int( in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse()
[all …]
Dwifi_hal_mock.h47 int get_int(const char* key, bool* error);
Dwifi_hal_mock.cpp111 int HalMockJsonReader::get_int(const char* key, bool* error) { in get_int() function in android::HalMockJsonReader