Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/src/
Dtelephony_datashare_stub_impl.cpp39 std::lock_guard<std::mutex> lock(pdpProfileMutex_); in SetPdpProfileAbility()
71 std::lock_guard<std::mutex> lock(pdpProfileMutex_); in GetPdpProfileAbility()
/base/telephony/telephony_data/common/include/
Dtelephony_datashare_stub_impl.h67 std::mutex pdpProfileMutex_; variable