Lines Matching full:channel_id
141 bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
144 channel_id_ = channel_id;
145 std::string effective_channel_id = channel_id;
147 // If the channel_id starts with kNamedInterfacePrefix, create a named IPC
150 channel_id.find(automation::kNamedInterfacePrefix) == 0;
152 effective_channel_id = channel_id.substr(