Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/src/
H A Dtelephony_datashare_stub_impl.cpp42 std::lock_guard<std::mutex> lock(pdpProfileMutex_); in SetPdpProfileAbility()
80 std::lock_guard<std::mutex> lock(pdpProfileMutex_); in GetPdpProfileAbility()
/ohos5.0/base/telephony/telephony_data/common/include/
H A Dtelephony_datashare_stub_impl.h72 std::mutex pdpProfileMutex_; variable