Searched refs:jsonR (Results 1 – 1 of 1) sorted by relevance
336 HalMockJsonReader jsonR(chars.c_str()); in Java_com_android_server_wifi_nan_WifiNanHalMock_callNotifyResponse() local343 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()[all …]