Lines Matching refs:GetValueForKeyAsInteger
1120 json_dict->GetValueForKeyAsInteger("metabuffersize", metabuffersize); in Handle_jTraceStart()
1123 json_dict->GetValueForKeyAsInteger("buffersize", buffersize); in Handle_jTraceStart()
1126 json_dict->GetValueForKeyAsInteger("type", type); in Handle_jTraceStart()
1129 json_dict->GetValueForKeyAsInteger("threadid", tid); in Handle_jTraceStart()
1182 if (!json_dict->GetValueForKeyAsInteger("traceid", uid)) in Handle_jTraceStop()
1185 json_dict->GetValueForKeyAsInteger("threadid", tid); in Handle_jTraceStop()
1247 if (!json_dict->GetValueForKeyAsInteger("traceid", uid)) in Handle_jTraceConfigRead()
1251 json_dict->GetValueForKeyAsInteger("threadid", threadid); in Handle_jTraceConfigRead()
1314 if (!json_dict->GetValueForKeyAsInteger("traceid", uid) || in Handle_jTraceRead()
1315 !json_dict->GetValueForKeyAsInteger("offset", offset) || in Handle_jTraceRead()
1316 !json_dict->GetValueForKeyAsInteger("buffersize", byte_count)) in Handle_jTraceRead()
1319 json_dict->GetValueForKeyAsInteger("threadid", tid); in Handle_jTraceRead()