Home
last modified time | relevance | path

Searched defs:IncomingContactInformation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h32 struct IncomingContactInformation { struct
33 std::string dialOrCome = "";
34 std::string phoneNumber = "";
35 std::string incomingName = "";
36 std::string isContact = "0";
38 int32_t accountId = -1;
39 int32_t callId = -1;
40 int32_t stopBroadcasting = 0;
41 int32_t call_status = -1;
42 sptr<CallBase> call = nullptr;
[all …]