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

/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_nan_hal_mock.cpp343 msg.status = (NanStatusType) jsonR.get_int("status", &error);
344 msg.value = jsonR.get_int("value", &error);
345 msg.response_type = (NanResponseType) jsonR.get_int("response_type", &error);
347 msg.body.publish_response.publish_id = jsonR.get_int(
350 msg.body.subscribe_response.subscribe_id = jsonR.get_int(
353 msg.body.nan_capabilities.max_concurrent_nan_clusters = jsonR.get_int(
355 msg.body.nan_capabilities.max_publishes = jsonR.get_int(
357 msg.body.nan_capabilities.max_subscribes = jsonR.get_int(
359 msg.body.nan_capabilities.max_service_name_len = jsonR.get_int(
361 msg.body.nan_capabilities.max_match_filter_len = jsonR.get_int(
[all...]
H A Dwifi_hal_mock.h47 int get_int(const char* key, bool* error);
H A Dwifi_hal_mock.cpp111 int HalMockJsonReader::get_int(const char* key, bool* error) { function in class:android::HalMockJsonReader
114 ALOGE("get_int: can't find %s key", key);
120 ALOGE("get_int: can't find the 'value' sub-key for %s key", key);
126 ALOGE("get_int: the value isn't an 'int' for the %s key", key);

Completed in 251 milliseconds