Searched refs:bgconn_dev (Results 1 – 1 of 1) sorted by relevance
71 std::map<RawAddress, tAPPS_CONNECTING> bgconn_dev; variable84 auto it = bgconn_dev.find(address); in get_apps_connecting_to()85 return (it != bgconn_dev.end()) ? it->second.doing_bg_conn in get_apps_connecting_to()92 auto it = bgconn_dev.find(address); in background_connect_add()94 if (it != bgconn_dev.end()) { in background_connect_add()114 bgconn_dev[address].doing_bg_conn.insert(app_id); in background_connect_add()121 auto it = bgconn_dev.find(address); in remove_unconditional()122 if (it == bgconn_dev.end()) return false; in remove_unconditional()125 bgconn_dev.erase(it); in remove_unconditional()134 auto it = bgconn_dev.find(address); in background_connect_remove()[all …]