Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp32 std::mutex g_appListInitMutex = {}; variable
446 std::lock_guard<std::mutex> lock(g_appListInitMutex); in InitAppList()