Searched refs:bgconn_dev (Results 1 – 1 of 1) sorted by relevance
73 std::map<RawAddress, tAPPS_CONNECTING> bgconn_dev; variable86 auto it = bgconn_dev.find(address); in get_apps_connecting_to()87 return (it != bgconn_dev.end()) ? it->second.doing_bg_conn in get_apps_connecting_to()98 auto it = bgconn_dev.find(address); in background_connect_add()100 if (it != bgconn_dev.end()) { in background_connect_add()120 bgconn_dev[address].doing_bg_conn.insert(app_id); in background_connect_add()127 auto it = bgconn_dev.find(address); in remove_unconditional()128 if (it == bgconn_dev.end()) return false; in remove_unconditional()131 bgconn_dev.erase(it); in remove_unconditional()140 auto it = bgconn_dev.find(address); in background_connect_remove()[all …]