Home
last modified time | relevance | path

Searched refs:PARTIAL_MATCH (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp56 match_mode(PARTIAL_MATCH), in CommandHandler()
61 if (match_mode == PARTIAL_MATCH) { in Compare()
71 if (match_mode == PARTIAL_MATCH && p_command_handler != nullptr) { in HandleCommand()
Dmodem_service.h55 enum MatchMode {FULL_MATCH = 0, PARTIAL_MATCH = 1}; enumerator