Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/src/
Dtelephony_datashare_stub_impl.cpp40 pdpProfileAbility_ = extension; in SetPdpProfileAbility()
72 if (pdpProfileAbility_ == nullptr) { in GetPdpProfileAbility()
73 pdpProfileAbility_.reset(PdpProfileAbility::Create()); in GetPdpProfileAbility()
75 return pdpProfileAbility_; in GetPdpProfileAbility()
/base/telephony/telephony_data/common/include/
Dtelephony_datashare_stub_impl.h63 std::shared_ptr<DataShareExtAbility> pdpProfileAbility_ = nullptr; variable