/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | native_call_manager_utils.cpp | 63 std::vector<uint8_t> userProfile = {}; in ReadCallAttributeInfo() local 64 messageParcel.ReadUInt8Vector(&userProfile); in ReadCallAttributeInfo() 65 (info.voipCallInfo.userProfile).assign(userProfile.begin(), userProfile.end()); in ReadCallAttributeInfo()
|
H A D | voip_call_manager_proxy.cpp | 30 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) in ReportIncomingCall() argument 45 if (!dataParcel.WriteUInt8Vector(userProfile)) { in ReportIncomingCall() 47 static_cast<uint32_t>(userProfile.size())); in ReportIncomingCall() 120 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) in ReportOutgoingCall() argument 135 if (!dataParcel.WriteUInt8Vector(userProfile)) { in ReportOutgoingCall() 137 static_cast<uint32_t>(userProfile.size())); in ReportOutgoingCall()
|
H A D | call_status_callback_proxy.cpp | 59 dataParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallReportInfo() 103 dataParcel.WriteUInt8Vector(it.voipCallInfo.userProfile); in UpdateCallsReportInfo()
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | voip_call_manager_proxy.h | 48 … AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) override; 72 … AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) override;
|
H A D | i_voip_call_manager_service.h | 53 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0; 73 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0;
|
H A D | call_manager_info.h | 83 std::vector<uint8_t> userProfile = {}; 514 (voipCallInfo.userProfile).assign( 515 (temp.voipCallInfo.userProfile).begin(), (temp.voipCallInfo.userProfile).end());
|
H A D | voip_call_manager_info.h | 121 std::vector<uint8_t> userProfile = {};
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | voip_call.cpp | 31 …userProfile_.assign((info.voipCallInfo.userProfile).begin(), (info.voipCallInfo.userProfile).end()… in VoIPCall() 161 (info.voipCallInfo.userProfile).assign(userProfile_.begin(), userProfile_.end()); in GetCallAttributeInfo()
|
H A D | call_status_manager.cpp | 1478 (paraInfo.voipCallInfo.userProfile).assign( in PackParaInfo() 1479 (info.voipCallInfo.userProfile).begin(), (info.voipCallInfo.userProfile).end()); in PackParaInfo()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback_stub.cpp | 173 std::vector<uint8_t> userProfile = {}; in OnUpdateCallReportInfo() local 174 data.ReadUInt8Vector(&userProfile); in OnUpdateCallReportInfo() 175 (parcelPtr.voipCallInfo.userProfile).assign(userProfile.begin(), userProfile.end()); in OnUpdateCallReportInfo() 237 std::vector<uint8_t> userProfile = {}; in BuildCallReportInfo() local 238 data.ReadUInt8Vector(&userProfile); in BuildCallReportInfo() 239 (parcelPtr.voipCallInfo.userProfile).assign(userProfile.begin(), userProfile.end()); in BuildCallReportInfo()
|
H A D | call_status_callback.cpp | 44 (detailInfo.voipCallInfo.userProfile).assign( in UpdateCallReportInfo() 45 (info.voipCallInfo.userProfile).begin(), (info.voipCallInfo.userProfile).end()); in UpdateCallReportInfo()
|
/ohos5.0/base/telephony/call_manager/utils/src/ |
H A D | call_manager_utils.cpp | 61 messageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in WriteCallAttributeInfo()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 177 std::vector<uint8_t> userProfile = {}; variable 195 data.WriteUInt8Vector(userProfile);
|
H A D | zero_branch6_test.cpp | 526 std::vector<uint8_t> userProfile = { 0 }; variable 527 int32_t ret1 = voipCallManagerInterfacePtr->ReportIncomingCall(mPacMap, userProfile, error); 979 std::vector<uint8_t> userProfile = {}; variable 997 data.WriteUInt8Vector(userProfile);
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
H A D | telephonyinteraction_fuzzer.cpp | 100 dataParcel.WriteUInt8Vector(callReportInfo.voipCallInfo.userProfile); in UpdateCallReportInfo() 144 dataParcel.WriteUInt8Vector(callReportInfo.voipCallInfo.userProfile); in UpdateCallsReportInfo()
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/ |
H A D | callabilitycallback_fuzzer.cpp | 110 dataMessageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallStateInfo()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_ability_callback.cpp | 603 std::shared_ptr<Media::PixelMap> userProfile = in CreateVoipNapiValue() local 604 std::shared_ptr<Media::PixelMap>(Media::PixelMap::DecodeTlv(info.voipCallInfo.userProfile)); in CreateVoipNapiValue() 605 napi_value pixelMapObject = Media::PixelMapNapi::CreatePixelMap(env, userProfile); in CreateVoipNapiValue()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-call-sys.md | 5088 | userProfile | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | 是 | 用户头…
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-call-sys.md | 5088 | userProfile | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | Yes | Us…
|