Home
last modified time | relevance | path

Searched defs:slotId (Results 1 - 25 of 427) sorted by relevance

12345678910>>...18

/base/telephony/cellular_data/test/fuzztest/common_fuzzer/
H A Dincalldatastatemachine_fuzzer.cpp22 std::shared_ptr<IncallDataStateMachine> IncallDataStateMachineFuzzer::CreateIncallDataStateMachine(int32_t slotId) in CreateIncallDataStateMachine() argument
H A Dstatemachine_fuzzer.cpp22 std::shared_ptr<CellularDataStateMachine> StateMachineFuzzer::CreateCellularDataConnect(int32_t slotId) in CreateCellularDataConnect() argument
/base/telephony/cellular_data/frameworks/js/napi/include/
H A Dnapi_cellular_data.h28 int32_t slotId = 0; member
/base/telephony/core_service/test/unittest/ui_client/
H A Dims_reg_info_callback_gtest.cpp23 int32_t ImsRegInfoCallbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() argument
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_ims_reg_info_callback.cpp25 int32_t NapiImsRegInfoCallback::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_operator_brocast_test.cpp33 int32_t slotId = data.GetWant().GetIntParam("slotId", -1); in OnReceiveEvent() local
H A Dims_reg_info_callback_gtest.cpp23 int32_t ImsRegInfoCallbackGtest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() argument
/base/telephony/cellular_data/services/src/utils/
H A Dnetwork_search_callback.cpp23 bool NetworkSearchCallback::HasInternetCapability(int32_t slotId, int32_t cId) in HasInternetCapability() argument
33 void NetworkSearchCallback::ClearCellularDataConnections(int32_t slotId) in ClearCellularDataConnections() argument
/base/telephony/core_service/services/network_search/test/
H A Dims_reg_info_callback_test.cpp23 int32_t ImsRegInfoCallbackTest::OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in OnImsRegInfoChanged() argument
/base/telephony/cellular_data/services/src/
H A Dcellular_data_roaming_observer.cpp26 CellularDataRoamingObserver( std::weak_ptr<TelEventHandler> &&cellularDataHandler, int32_t slotId) CellularDataRoamingObserver() argument
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_callback.cpp29 void CellularCallCallback::ClearCellularCallList(int32_t slotId) in ClearCellularCallList() argument
45 void CellularCallCallback::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall() argument
/base/telephony/core_service/services/sim/src/
H A Disim_file_controller.cpp20 IsimFileController::IsimFileController(int slotId) : IccFileController("IsimFileController", slotId) {} in IsimFileController() argument
H A Dusim_file_controller.cpp20 UsimFileController::UsimFileController(int slotId) : IccFileController("UsimFileController", slotId) {} in UsimFileController() argument
H A Dcsim_file_controller.cpp20 CsimFileController::CsimFileController(int slotId) : IccFileController("CsimFileController", slotId) {} in CsimFileController() argument
H A Dsim_file_controller.cpp20 SimFileController::SimFileController(int slotId) : IccFileController("SimFileController", slotId) {} in SimFileController() argument
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
H A Dcallussdnotice_fuzzer.cpp37 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/ril_adapter/test/fuzztest/createcdmasms_fuzzer/
H A Dcreatecdmasms_fuzzer.cpp34 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
H A Dsimstkproactivenotify_fuzzer.cpp37 int32_t slotId = static_cast<HRilErrNumber>(size) % SLOT_NUM; in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/services/sms/
H A Dsms_receive_manager.cpp25 SmsReceiveManager::SmsReceiveManager(int32_t slotId) : slotId_(slotId) {} in SmsReceiveManager() argument
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcore_service_connection.cpp24 std::vector<std::u16string> CoreServiceConnection::GetFdnNumberList(int slotId) in GetFdnNumberList() argument
42 bool CoreServiceConnection::IsFdnEnabled(int slotId) in IsFdnEnabled() argument
/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_ffi.cpp45 bool FfiCellularDataIsCellularDataRoamingEnabled(int32_t slotId, int32_t *errCode) in FfiCellularDataIsCellularDataRoamingEnabled() argument
/base/telephony/call_manager/services/spam_call/include/
H A Dspam_call_connection.h27 SpamCallConnection(const std::string &phoneNumber, const int32_t &slotId, in SpamCallConnection() argument
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/
H A Dresidentnetworkupdated_fuzzer.cpp35 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_state_manager.cpp33 int32_t TelephonyStateManager::RemoveStateObserver(int32_t slotId, uint32_t mask) in RemoveStateObserver() argument
26 AddStateObserver(const sptr<TelephonyObserverBroker> &telephonyObserver, int32_t slotId, uint32_t mask, bool notifyNow) AddStateObserver() argument
/base/telephony/state_registry/frameworks/js/napi/include/
H A Devent_listener.h29 int32_t slotId = 0; member

Completed in 9 milliseconds

12345678910>>...18