Home
last modified time | relevance | path

Searched refs:userProfile (Results 1 - 17 of 17) sorted by relevance

/base/telephony/call_manager/frameworks/native/src/
H A Dnative_call_manager_utils.cpp85 std::vector<uint8_t> userProfile = {}; in ReadCallAttributeInfo() local
86 messageParcel.ReadUInt8Vector(&userProfile); in ReadCallAttributeInfo()
87 (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()
45 if (!dataParcel.WriteUInt8Vector(userProfile)) { in ReportIncomingCall()
46 TELEPHONY_LOGE("ReportIncomingCall userProfile write fail, size:%{public}u", in ReportIncomingCall()
47 static_cast<uint32_t>(userProfile.size())); in ReportIncomingCall()
120 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) in ReportOutgoingCall()
135 if (!dataParcel.WriteUInt8Vector(userProfile)) { in ReportOutgoingCall()
136 TELEPHONY_LOGE("ReportOutgoingCall userProfile write fail, size:%{public}u", in ReportOutgoingCall()
137 static_cast<uint32_t>(userProfile.size())); in ReportOutgoingCall()
29 ReportIncomingCall( AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) ReportIncomingCall() argument
119 ReportOutgoingCall( AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) ReportOutgoingCall() argument
H A Dcall_status_callback_proxy.cpp59 dataParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallReportInfo()
103 dataParcel.WriteUInt8Vector(it.voipCallInfo.userProfile); in UpdateCallsReportInfo()
/base/telephony/call_manager/interfaces/innerkits/
H A Di_voip_call_manager_service.h53 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0;
74 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0;
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 Dcall_manager_info.h83 std::vector<uint8_t> userProfile = {}; member
528 (voipCallInfo.userProfile).assign( in operator =()
529 (temp.voipCallInfo.userProfile).begin(), (temp.voipCallInfo.userProfile).end()); in operator =()
H A Dvoip_call_manager_info.h121 std::vector<uint8_t> userProfile = {}; member
/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.cpp1522 (paraInfo.voipCallInfo.userProfile).assign( in PackParaInfo()
1523 (info.voipCallInfo.userProfile).begin(), (info.voipCallInfo.userProfile).end()); in PackParaInfo()
/base/telephony/call_manager/utils/src/
H A Dcall_manager_utils.cpp65 messageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in WriteCallAttributeInfo()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp44 (detailInfo.voipCallInfo.userProfile).assign( in UpdateCallReportInfo()
45 (info.voipCallInfo.userProfile).begin(), (info.voipCallInfo.userProfile).end()); in UpdateCallReportInfo()
H A Dcall_status_callback_stub.cpp215 std::vector<uint8_t> userProfile = {}; in BuildCallReportInfo() local
216 data.ReadUInt8Vector(&userProfile); in BuildCallReportInfo()
217 (parcelPtr.voipCallInfo.userProfile).assign(userProfile.begin(), userProfile.end()); in BuildCallReportInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp177 std::vector<uint8_t> userProfile = {}; in HWTEST_F() local
195 data.WriteUInt8Vector(userProfile); in HWTEST_F()
H A Dzero_branch6_test.cpp526 std::vector<uint8_t> userProfile = { 0 }; in HWTEST_F() local
527 int32_t ret1 = voipCallManagerInterfacePtr->ReportIncomingCall(mPacMap, userProfile, error); in HWTEST_F()
983 std::vector<uint8_t> userProfile = {}; in HWTEST_F() local
1001 data.WriteUInt8Vector(userProfile); in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp100 dataParcel.WriteUInt8Vector(callReportInfo.voipCallInfo.userProfile); in UpdateCallReportInfo()
144 dataParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallsReportInfo()
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp110 dataMessageParcel.WriteUInt8Vector(info.voipCallInfo.userProfile); in UpdateCallStateInfo()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp623 std::shared_ptr<Media::PixelMap> userProfile = in CreateVoipNapiValue() local
624 std::shared_ptr<Media::PixelMap>(Media::PixelMap::DecodeTlv(info.voipCallInfo.userProfile)); in CreateVoipNapiValue()
625 napi_value pixelMapObject = Media::PixelMapNapi::CreatePixelMap(env, userProfile); in CreateVoipNapiValue()
626 napi_set_named_property(env, voipObject, "userProfile", pixelMapObject); in CreateVoipNapiValue()

Completed in 19 milliseconds