Home
last modified time | relevance | path

Searched refs:SetVoNRSwitchStatus (Results 1 - 5 of 5) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp125 void SetVoNRSwitchStatus(const uint8_t *data, size_t size) in SetVoNRSwitchStatus() function
316 SetVoNRSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h91 int32_t SetVoNRSwitchStatus(int32_t slotId, int32_t state);
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp179 config.SetVoNRSwitchStatus(SIM1_SLOTID, state); in HWTEST_F()
180 config.SetVoNRSwitchStatus(INVALID_SLOTID, state); in HWTEST_F()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp190 int32_t CellularCallConfig::SetVoNRSwitchStatus(int32_t slotId, int32_t state) in SetVoNRSwitchStatus() function in OHOS::Telephony::CellularCallConfig
193 "CellularCallConfig::SetVoNRSwitchStatus entry, slotId: %{public}d, state: %{public}d", slotId, state); in SetVoNRSwitchStatus()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1196 return config.SetVoNRSwitchStatus(slotId, state); in SetVoNRState()

Completed in 11 milliseconds