Home
last modified time | relevance | path

Searched refs:DIAL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_ipc_interface_code.h24 DIAL = 1, enumerator
/ohos5.0/base/telephony/core_service/
H A Dhisysevent.yaml105 DIAL:
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp66 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::DIAL)] = &CsTest::Dial; in SetUp()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp83 requestFuncMap_[CellularCallInterfaceCode::DIAL] = in InitDialFuncMap()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp43 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::DIAL), in, ou… in Dial()