Home
last modified time | relevance | path

Searched refs:SetVoNRSwitchStatus (Results 1 – 4 of 4) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
Dsetimsfeaturevalue_fuzzer.cpp117 void SetVoNRSwitchStatus(const uint8_t *data, size_t size) in SetVoNRSwitchStatus() function
296 SetVoNRSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h89 int32_t SetVoNRSwitchStatus(int32_t slotId, int32_t state);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp180 int32_t CellularCallConfig::SetVoNRSwitchStatus(int32_t slotId, int32_t state) in SetVoNRSwitchStatus() function in OHOS::Telephony::CellularCallConfig
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp1010 return config.SetVoNRSwitchStatus(slotId, state); in SetVoNRState()