Searched refs:g_brokerProcessInfo (Results 1 – 1 of 1) sorted by relevance
83 static std::pair<std::string, int> g_brokerProcessInfo; variable369 if (g_brokerProcessInfo.second == pid) { in GetBrokerProcessNameByPid()370 processName = g_brokerProcessInfo.first; in GetBrokerProcessNameByPid()378 g_brokerProcessInfo = make_pair(processName, pid); in SetWifiBrokerProcess()