Home
last modified time | relevance | path

Searched defs:safeQueue (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount_stub/osaccountstatereplycallbackstub_fuzzer/
Dosaccountstatereplycallbackstub_fuzzer.cpp37 auto safeQueue = std::make_shared<SafeQueue<uint8_t>>(); in OsAccountStateReplyCallbackStubFuzzTest() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_state_reply_callback_service.cpp55 … std::shared_ptr<std::condition_variable> &cvPtr, const std::shared_ptr<SafeQueue<uint8_t>> &safeQ… in OsAccountStateReplyCallbackService()
Dos_account_subscribe_manager.cpp327 auto safeQueue = std::make_shared<SafeQueue<uint8_t>>(); in Publish() local