Home
last modified time | relevance | path

Searched defs:telRilManager_ (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_manager_inner.h332 std::shared_ptr<ITelRilManager> telRilManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_sms_manager.h44 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr; variable
H A Dicc_operator_privilege_controller.h59 std::shared_ptr<Telephony::ITelRilManager> telRilManager_; variable
H A Dicc_file_controller.h67 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr; variable
H A Dradio_protocol_controller.h72 std::weak_ptr<Telephony::ITelRilManager> telRilManager_; variable
H A Dsim_sms_controller.h55 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr; variable
H A Dsim_state_handle.h184 std::weak_ptr<Telephony::ITelRilManager> telRilManager_; // ril manager variable
H A Dicc_file.h116 std::shared_ptr<Telephony::ITelRilManager> telRilManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_handler.h51 std::weak_ptr<ITelRilManager> telRilManager_; variable
H A Dnetwork_search_handler.h164 std::weak_ptr<ITelRilManager> telRilManager_; variable
H A Dnetwork_utils.h294 std::shared_ptr<ITelRilManager> telRilManager_ = nullptr; variable
H A Dnetwork_search_manager.h348 std::shared_ptr<ITelRilManager> telRilManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h274 std::shared_ptr<TelRilManager> telRilManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/
H A Dupdatesmsicc_fuzzer.cpp45 auto telRilManager_ = std::make_shared<TelRilManager>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
H A Dupdatevoicemail_fuzzer.cpp56 auto telRilManager_ = std::make_shared<TelRilManager>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.h188 std::shared_ptr<ITelRilManager> telRilManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp328 auto telRilManager_ = DelayedSingleton<CoreService>::GetInstance()->telRilManager_; variable
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp66 std::shared_ptr<Telephony::ITelRilManager> TelRilTest::telRilManager_ = nullptr; member in OHOS::Telephony::TelRilTest