/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 44 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 D | cellular_call_service.cpp | 135 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 D | getcscalldata_fuzzer.cpp | 47 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 D | supplement_request_cs.cpp | 161 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 D | supplement_request_ims.cpp | 193 std::shared_ptr<CellularCallHandler> SupplementRequestIms::GetMMIHandler(int32_t slotId) const in GetMMIHandler()
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 641 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 D | cellular_call_handler.h | 37 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 D | ims_callback_test.cpp | 56 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 D | ims2_test.cpp | 735 CellularCallHandler handler { subscriberInfo }; 779 CellularCallHandler handler { subscriberInfo }; 808 CellularCallHandler handler { subscriberInfo }; 846 CellularCallHandler handler { subscriberInfo };
|
H A D | zero_branch_test.cpp | 505 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 D | README.md | 17 …CellularCallHandler. CellularCallRegister provides the function of registering an observer for cal…
|
H A D | README_zh.md | 21 …lularCallRegister(提供通话信息变化订阅功能)、CellularCallProxy(提供蜂窝通话对外接口实现的代理)、CellularCallHandler(处理RIL Adapt…
|
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_callback_test.cpp | 78 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 D | supplement_request_ims.h | 201 std::shared_ptr<CellularCallHandler> GetMMIHandler(int32_t slotId) const;
|
H A D | supplement_request_cs.h | 203 std::shared_ptr<CellularCallHandler> GetMMIHandler(int32_t slotId) const;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 988 CellularCallHandler firstHandler { subscriberInfo }; 1039 CellularCallHandler secondHandler { subscriberInfo }; 1098 CellularCallHandler thirdhandler { subscriberInfo };
|