Searched defs:call_id (Results 1 – 4 of 4) sorted by relevance
259 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor) { in MsftAdvMonitorAdd()265 void BleScannerIntf::MsftAdvMonitorRemove(uint32_t call_id, uint8_t monitor_handle) { in MsftAdvMonitorRemove()270 void BleScannerIntf::MsftAdvMonitorEnable(uint32_t call_id, bool enable) { in MsftAdvMonitorEnable()361 void BleScannerIntf::OnMsftAdvMonitorAddCallback(uint32_t call_id, uint8_t monitor_handle, uint8_t … in OnMsftAdvMonitorAddCallback()365 void BleScannerIntf::OnMsftAdvMonitorRemoveCallback(uint32_t call_id, uint8_t status) { in OnMsftAdvMonitorRemoveCallback()369 void BleScannerIntf::OnMsftAdvMonitorEnableCallback(uint32_t call_id, uint8_t status) { in OnMsftAdvMonitorEnableCallback()
35 optional string call_id = 4; field
13 optional int64 call_id = 1; field
56 let call_id = self.last_call_id; in call_method() localVariable