Home
last modified time | relevance | path

Searched refs:userProfile (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dnative_call_manager_utils.cpp63 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 Dvoip_call_manager_proxy.cpp30 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 Dcall_status_callback_proxy.cpp59 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 Dvoip_call_manager_proxy.h48 … 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 Di_voip_call_manager_service.h53 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 Dcall_manager_info.h83 std::vector<uint8_t> userProfile = {};
514 (voipCallInfo.userProfile).assign(
515 (temp.voipCallInfo.userProfile).begin(), (temp.voipCallInfo.userProfile).end());
H A Dvoip_call_manager_info.h121 std::vector<uint8_t> userProfile = {};
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp31 …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 Dcall_status_manager.cpp1478 (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 Dcall_status_callback_stub.cpp173 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 Dcall_status_callback.cpp44 (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 Dcall_manager_utils.cpp61 messageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in WriteCallAttributeInfo()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp177 std::vector<uint8_t> userProfile = {}; variable
195 data.WriteUInt8Vector(userProfile);
H A Dzero_branch6_test.cpp526 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 Dtelephonyinteraction_fuzzer.cpp100 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 Dcallabilitycallback_fuzzer.cpp110 dataMessageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallStateInfo()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp603 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 Djs-apis-call-sys.md5088 | userProfile | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | 是 | 用户头…
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call-sys.md5088 | userProfile | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | Yes | Us…