Home
last modified time | relevance | path

Searched refs:CellularCallHandler (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp44 CellularCallHandler::CellularCallHandler(const EventFwk::CommonEventSubscribeInfo &subscriberInfo) in CellularCallHandler() function in OHOS::Telephony::CellularCallHandler
55 void CellularCallHandler::InitBasicFuncMap() in InitBasicFuncMap()
105 void CellularCallHandler::InitConfigFuncMap() in InitConfigFuncMap()
129 void CellularCallHandler::InitSupplementFuncMap() in InitSupplementFuncMap()
169 void CellularCallHandler::InitActiveReportFuncMap() in InitActiveReportFuncMap()
215 void CellularCallHandler::InitSatelliteCallFuncMap() in InitSatelliteCallFuncMap()
233 void CellularCallHandler::InitAdditionalFuncMap() in InitAdditionalFuncMap()
977 void CellularCallHandler::SetSlotId(int32_t id) in SetSlotId()
982 int32_t CellularCallHandler::GetSlotId() in GetSlotId()
987 int64_t CellularCallHandler::CurrentTimeMillis() in CurrentTimeMillis()
[all …]
H A Dcellular_call_service.cpp135 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo); in CreateHandler()
249 … handler->SendEvent(handler->REGISTER_HANDLER_ID, delayTime, CellularCallHandler::Priority::HIGH); in SendEventRegisterHandler()
1288 std::shared_ptr<CellularCallHandler> CellularCallService::GetHandler(int32_t slotId) in GetHandler()
1526 std::shared_ptr<CellularCallHandler> &cellularCallHandler) in SystemAbilityStatusChangeListener()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp47 void GetCsCallData(std::shared_ptr<CellularCallHandler> handle, AppExecFwk::InnerEvent::Pointer eve… in GetCsCallData()
87 void RegisterHandler(std::shared_ptr<CellularCallHandler> handle, AppExecFwk::InnerEvent::Pointer e… in RegisterHandler()
151 std::shared_ptr<CellularCallHandler> handle = in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp161 std::shared_ptr<CellularCallHandler> SupplementRequestCs::GetMMIHandler(int32_t slotId) const in GetMMIHandler()
184 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in AlterPinPassword()
211 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in UnlockPuk()
238 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in AlterPin2Password()
265 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in UnlockPuk2()
H A Dsupplement_request_ims.cpp193 std::shared_ptr<CellularCallHandler> SupplementRequestIms::GetMMIHandler(int32_t slotId) const in GetMMIHandler()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h641 std::shared_ptr<CellularCallHandler> GetHandler(int32_t slotId);
721 std::map<int32_t, std::shared_ptr<CellularCallHandler>> handlerMap_;
735 …explicit SystemAbilityStatusChangeListener(std::shared_ptr<CellularCallHandler> &cellularCallHandl…
741 std::shared_ptr<CellularCallHandler> cellularCallHandler_ = nullptr;
H A Dcellular_call_handler.h37 class CellularCallHandler : public TelEventHandler, public EventFwk::CommonEventSubscriber {
45 explicit CellularCallHandler(const EventFwk::CommonEventSubscribeInfo &subscriberInfo);
50 ~CellularCallHandler() = default;
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp56 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
109 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
163 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
H A Dims2_test.cpp735 CellularCallHandler handler { subscriberInfo };
779 CellularCallHandler handler { subscriberInfo };
808 CellularCallHandler handler { subscriberInfo };
846 CellularCallHandler handler { subscriberInfo };
H A Dzero_branch_test.cpp505 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
547 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
600 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
/ohos5.0/base/telephony/cellular_call/
H A DREADME.md17CellularCallHandler. CellularCallRegister provides the function of registering an observer for cal…
H A DREADME_zh.md21 …lularCallRegister(提供通话信息变化订阅功能)、CellularCallProxy(提供蜂窝通话对外接口实现的代理)、CellularCallHandler(处理RIL Adapt…
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_callback_test.cpp78 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
114 auto handler = std::make_shared<CellularCallHandler>(subscriberInfo);
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h201 std::shared_ptr<CellularCallHandler> GetMMIHandler(int32_t slotId) const;
H A Dsupplement_request_cs.h203 std::shared_ptr<CellularCallHandler> GetMMIHandler(int32_t slotId) const;
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp988 CellularCallHandler firstHandler { subscriberInfo };
1039 CellularCallHandler secondHandler { subscriberInfo };
1098 CellularCallHandler thirdhandler { subscriberInfo };