Searched refs:EventSetCallWaiting (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 443 void EventSetCallWaiting(int32_t result, const std::string &message, int32_t flag);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 361 callSup.EventSetCallWaiting(0, message, 0); 362 callSup.EventSetCallWaiting(0, message, 1);
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 601 void CellularCallSupplement::EventSetCallWaiting(int32_t result, const std::string &message, int32_… in EventSetCallWaiting() function in OHOS::Telephony::CellularCallSupplement
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1353 supplement.EventSetCallWaiting(result->result, result->message, flag); in SetCallWaitingResponse()
|