/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 36 int32_t CallPolicy::DialPolicy(std::u16string &number, AppExecFwk::PacMap &extras, bool isEcc) in DialPolicy() argument 38 DialType dialType = (DialType)extras.GetIntValue("dialType"); in DialPolicy() 44 int32_t accountId = extras.GetIntValue("accountId"); in DialPolicy() 46 if (!DelayedSingleton<CallNumberUtils>::GetInstance()->SelectAccountId(accountId, extras)) { in DialPolicy() 47 extras.PutIntValue("accountId", 0); in DialPolicy() 51 CallType callType = (CallType)extras.GetIntValue("callType"); in DialPolicy() 55 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in DialPolicy() 61 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialPolicy() 79 return SuperPrivacyMode(number, extras, isEcc); in DialPolicy() 82 int32_t CallPolicy::SuperPrivacyMode(std::u16string &number, AppExecFwk::PacMap &extras, boo argument 185 CanDialMulityCall(AppExecFwk::PacMap &extras, bool isEcc) CanDialMulityCall() argument 205 IsSupportVideoCall(AppExecFwk::PacMap &extras) IsSupportVideoCall() argument [all...] |
H A D | satellite_call.cpp | 25 SatelliteCall::SatelliteCall(DialParaInfo &info, AppExecFwk::PacMap &extras) : CarrierCall(info, extras) {} in SatelliteCall() argument
|
H A D | call_control_manager.cpp | 121 int32_t CallControlManager::DialCall(std::u16string &number, AppExecFwk::PacMap &extras) in DialCall() argument 132 accountNumber, extras.GetIntValue("accountId"), isEcc); in DialCall() 134 extras.PutIntValue("dialScene", (int32_t)DialScene::CALL_EMERGENCY); in DialCall() 142 extras.PutIntValue("callType", (int32_t)CallType::TYPE_SATELLITE); in DialCall() 145 ret = CanDial(number, extras, isEcc); in DialCall() 150 if (!IsSupportVideoCall(extras)) { in DialCall() 151 extras.PutIntValue("videoState", (int32_t)VideoStateType::TYPE_VOICE); in DialCall() 153 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialCall() 155 extras.PutIntValue("callType", (int32_t)CallType::TYPE_IMS); in DialCall() 158 PackageDialInformation(extras, accountNumbe in DialCall() 171 CanDial(std::u16string &number, AppExecFwk::PacMap &extras, bool isEcc) CanDial() argument 186 PackageDialInformation(AppExecFwk::PacMap &extras, std::string accountNumber, bool isEcc) PackageDialInformation() argument 1228 GetDialParaInfo(DialParaInfo &info, AppExecFwk::PacMap &extras) GetDialParaInfo() argument [all...] |
/base/telephony/call_manager/frameworks/native/src/ |
H A D | voip_call_manager_proxy.cpp | 30 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) in ReportIncomingCall() 37 dataParcel.WriteString(extras.GetStringValue("callId")); in ReportIncomingCall() 38 dataParcel.WriteInt32(extras.GetIntValue("voipCallType")); in ReportIncomingCall() 39 dataParcel.WriteString(extras.GetStringValue("userName")); in ReportIncomingCall() 40 dataParcel.WriteString(extras.GetStringValue("abilityName")); in ReportIncomingCall() 41 dataParcel.WriteInt32(extras.GetIntValue("voipCallState")); in ReportIncomingCall() 42 dataParcel.WriteBool(extras.GetBooleanValue("showBannerForIncomingCall")); in ReportIncomingCall() 43 dataParcel.WriteBool(extras.GetBooleanValue("isConferenceCall")); in ReportIncomingCall() 44 dataParcel.WriteBool(extras.GetBooleanValue("isVoiceAnswerSupported")); in ReportIncomingCall() 67 int32_t VoipCallManagerProxy::ReportIncomingCallError(AppExecFwk::PacMap &extras) in ReportIncomingCallError() argument 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 [all...] |
/base/request/request/services/src/task/ |
H A D | ffi.rs | 44 pub(crate) extras: CStringWrapper, 109 pub(crate) extras: CStringWrapper, 113 pub(crate) fn to_c_struct(&self, sizes: &str, processed: &str, extras: &str) -> CProgress { 118 extras: CStringWrapper::from(extras), 131 extras: string_to_hashmap(&mut c_struct.extras.to_string()), 171 .to_c_struct(&info.sizes, &info.processed, &info.extras), 180 let extras = progress.extras [all...] |
H A D | notify.rs | 55 pub(crate) extras: HashMap<String, String>, 77 extras: HashMap::<String, String>::new(),
|
H A D | info.rs | 37 pub(crate) extras: HashMap<String, String>, 82 pub(crate) extras: String, 149 extras: hashmap_to_string(&self.extras),
|
H A D | config.rs | 113 pub(crate) extras: HashMap<String, String>, 152 pub(crate) extras: String, 226 extras: hashmap_to_string(&self.extras), 262 extras: Default::default(), in default() 462 parcel.write(&(self.extras.len() as u32))?; in serialize() 463 for extra in self.extras.iter() { in serialize()
|
/base/request/request/services/include/ |
H A D | c_progress.h | 34 CStringWrapper extras; member 41 std::string extras; member
|
H A D | c_task_config.h | 66 CStringWrapper extras; member 92 std::string extras; member
|
/base/security/device_auth/services/key_agree_sdk/src/ |
H A D | key_agree_sdk.c | 34 const KeyAgreeBlob *deviceId, const char *extras) in CheckKeyAgreeStartSessionParams() 52 if (((extras != NULL) && (HcStrlen(extras) > MAX_EXTRAS_LENGTH))) { in CheckKeyAgreeStartSessionParams() 53 LOGE("Invalid length of extras!"); in CheckKeyAgreeStartSessionParams() 108 const KeyAgreeBlob *deviceId, const char *extras) in InitKeyAgreeStartSessionParams() 134 if (extras != NULL) { in InitKeyAgreeStartSessionParams() 135 LOGI("This field named extras is not used in this version!"); in InitKeyAgreeStartSessionParams() 141 HcFree(spekeSession->extras); in InitKeyAgreeStartSessionParams() 142 spekeSession->extras = NULL; in InitKeyAgreeStartSessionParams() 192 const KeyAgreeBlob *deviceId, const char *extras) in KeyAgreeStartSession() 33 CheckKeyAgreeStartSessionParams(const KeyAgreeBlob *sharedSecret, const KeyAgreeBlob *deviceId, const char *extras) CheckKeyAgreeStartSessionParams() argument 107 InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *sharedSecret, const KeyAgreeBlob *deviceId, const char *extras) InitKeyAgreeStartSessionParams() argument 191 KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, const KeyAgreeBlob *deviceId, const char *extras) KeyAgreeStartSession() argument [all...] |
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | i_voip_call_manager_service.h | 53 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0; 54 virtual int32_t ReportIncomingCallError(AppExecFwk::PacMap &extras) = 0; 74 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) = 0;
|
H A D | voip_call_manager_proxy.h | 44 * @param extras[in], extras date. 48 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) override; 52 * @param extras[in], extras date. 55 int32_t ReportIncomingCallError(AppExecFwk::PacMap &extras) override; 68 * @param extras[in], extras date. 72 AppExecFwk::PacMap &extras, std::vector<uint8_t> &userProfile, ErrorReason &reason) override;
|
/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_ffi.h | 44 CHashStrArr extras; member 103 CHashStrArr extras; member 112 CHashStrArr extras; member 136 CHashStrArr extras; member
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_policy.h | 37 int32_t DialPolicy(std::u16string &number, AppExecFwk::PacMap &extras, bool isEcc); 65 bool IsSupportVideoCall(AppExecFwk::PacMap &extras); 66 int32_t CanDialMulityCall(AppExecFwk::PacMap &extras, bool isEcc); 71 int32_t SuperPrivacyMode(std::u16string &number, AppExecFwk::PacMap &extras, bool isEcc);
|
H A D | call_control_manager.h | 49 int32_t DialCall(std::u16string &number, AppExecFwk::PacMap &extras); 116 void GetDialParaInfo(DialParaInfo &info, AppExecFwk::PacMap &extras); 133 void PackageDialInformation(AppExecFwk::PacMap &extras, std::string accountNumber, bool isEcc); 136 int32_t CanDial(std::u16string &number, AppExecFwk::PacMap &extras, bool isEcc);
|
/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_common.cpp | 171 if (in.extras.size() <= 0) { in Convert2CProgress() 175 out.extras.headers = static_cast<CHashStrPair *>(malloc(sizeof(CHashStrPair) * in.extras.size())); in Convert2CProgress() 176 if (out.extras.headers == nullptr) { in Convert2CProgress() 181 for (auto iter = in.extras.begin(); iter != in.extras.end(); ++iter) { in Convert2CProgress() 182 CHashStrPair *elem = &out.extras.headers[index++]; in Convert2CProgress() 186 out.extras.size = static_cast<int64_t>(in.extras.size()); in Convert2CProgress() 294 CHashStrArr Convert2CHashStrArr(const std::map<std::string, std::string> &extras) in Convert2CHashStrArr() argument [all...] |
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/ |
H A D | notificationactionbutton_fuzzer.cpp | 39 AAFwk::WantParams extras;
in DoSomethingInterestingWithMyAPI() local 40 actionButton->AddAdditionalData(extras);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_action_button.h | 36 * @param extras Indicates the AAFwk::WantParams object containing the additional data. 49 const std::shared_ptr<AAFwk::WantParams> &extras = {}, 92 * @param extras Indicates the AAFwk::WantParams object containing the additional data. 94 void AddAdditionalData(AAFwk::WantParams &extras); 232 * @param extras Indicates the AAFwk::WantParams object containing the additional data. 242 const std::shared_ptr<AAFwk::WantParams> &extras,
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_action_button.cpp | 27 const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, in Create() 36 auto realExtras = extras; in Create() 89 const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, in NotificationActionButton() 95 extras_(extras), in NotificationActionButton() 118 void NotificationActionButton::AddAdditionalData(AAFwk::WantParams &extras) in AddAdditionalData() argument 121 *extras_ = extras; in AddAdditionalData() 231 jsonObject["extras"] = extrasStr; in ToJson() 264 if (jsonObject.find("extras") != jsonEnd && jsonObject.at("extras").is_string()) { in FromJson() 265 auto extrasString = jsonObject.at("extras") in FromJson() 25 Create(const std::shared_ptr<Media::PixelMap> &icon, const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, bool autoCreatedReplies, const std::vector<std::shared_ptr<NotificationUserInput>> &mimeTypeOnlyInputs, const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) Create() argument 87 NotificationActionButton(const std::shared_ptr<Media::PixelMap> &icon, const std::string &title, const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent, const std::shared_ptr<AAFwk::WantParams> &extras, NotificationConstant::SemanticActionButton semanticActionButton, bool autoCreatedReplies, const std::vector<std::shared_ptr<NotificationUserInput>> &mimeTypeOnlyInputs, const std::shared_ptr<NotificationUserInput> &userInput, bool isContextual) NotificationActionButton() argument [all...] |
H A D | notification_unified_group_info.cpp | 73 void NotificationUnifiedGroupInfo::SetExtraInfo(const std::shared_ptr<AAFwk::WantParams> &extras) in SetExtraInfo() argument 75 extraInfo_ = extras; in SetExtraInfo()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_action_button_test.cpp | 114 std::shared_ptr<AAFwk::WantParams> extras;
in HWTEST_F() local 125 auto button = std::make_shared<NotificationActionButton>(icon, title, wantAgent, extras,
in HWTEST_F() 144 std::shared_ptr<AAFwk::WantParams> extras;
in HWTEST_F() local 154 (icon, title, wantAgent, extras, semanticActionButton,
in HWTEST_F() 171 std::shared_ptr<AAFwk::WantParams> extras;
in HWTEST_F() local 180 rrc->Create(icon, title, wantAgent, extras, semanticActionButton,
in HWTEST_F()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/ |
H A D | notificationrequest_fuzzer.cpp | 48 std::shared_ptr<AAFwk::WantParams> extras = nullptr;
in DoSomethingInterestingWithMyAPI() local 49 request.SetAdditionalData(extras);
in DoSomethingInterestingWithMyAPI()
|
/base/request/request/services/src/service/ |
H A D | notification_bar.rs | 144 let extras = progress.extras; 145 let support_range = extras.contains_key("etag") || extras.contains_key("last-modified");
|
H A D | stub.rs | 152 reply.write(&(tf.progress.extras.len() as u32))?; 153 for (k, v) in tf.progress.extras.iter() { 158 reply.write(&(tf.extras.len() as u32))?; 159 for (k, v) in tf.extras.iter() { 203 // write config.extras 204 reply.write(&(config.extras.len() as u32))?; 205 for (k, v) in config.extras.iter() {
|