Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp60 static std::vector<JoinLnnRequestInfo *> g_joinLNNRequestInfo; variable
80 for (const auto &iter : g_joinLNNRequestInfo) { in IsRepeatJoinLNNRequest()
104 g_joinLNNRequestInfo.push_back(info); in AddJoinLNNInfo()
442 for (iter = g_joinLNNRequestInfo.begin(); iter != g_joinLNNRequestInfo.end();) { in LnnIpcNotifyJoinResult()
455 iter = g_joinLNNRequestInfo.erase(iter); in LnnIpcNotifyJoinResult()
520 for (iter = g_joinLNNRequestInfo.begin(); iter != g_joinLNNRequestInfo.end();) { in RemoveJoinRequestInfoByPkgName()
526 iter = g_joinLNNRequestInfo.erase(iter); in RemoveJoinRequestInfoByPkgName()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp50 g_joinLNNRequestInfo.clear(); in TearDownTestCase()