Searched refs:pdpProfileAbility_ (Results 1 – 2 of 2) sorted by relevance
40 pdpProfileAbility_ = extension; in SetPdpProfileAbility()72 if (pdpProfileAbility_ == nullptr) { in GetPdpProfileAbility()73 pdpProfileAbility_.reset(PdpProfileAbility::Create()); in GetPdpProfileAbility()75 return pdpProfileAbility_; in GetPdpProfileAbility()
63 std::shared_ptr<DataShareExtAbility> pdpProfileAbility_ = nullptr; variable