Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_user_input_test.cpp48 std::shared_ptr<AAFwk::WantParams> additional = nullptr; variable
52 additional, editType);
88 additional, editType);
254 std::shared_ptr<AAFwk::WantParams> additional = nullptr; variable
276 std::shared_ptr<AAFwk::WantParams> additional = nullptr; variable
298 std::shared_ptr<AAFwk::WantParams> additional = nullptr; variable
304 additional, editType);
330 additional, editType);
356 additional, editType);
392 additional, inputEditType);
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Doh_commonevent_8h.md26 …rameters](./capi-common-event.md#commonevent_parameters) | Defines the additional information abou…
52 …ametersfromrcvdata)(const CommonEvent_RcvData* rcvData); | Obtains the additional information abou…
53 …t CommonEvent_Parameters* para, const char* key); | Checks whether the additional information of a…
54 …nst int defaultValue); | Obtains the **int** data information from the additional information of a…
55 …r* key, int** array); | Obtains the **int** array information from the additional information of a…
56 …st long defaultValue);| Obtains the **long** data information from the additional information of a…
57 …* key, long** array);| Obtains the **long** array information from the additional information of a…
58 …st bool defaultValue);| Obtains the **bool** data information from the additional information of a…
59 …* key, bool** array);| Obtains the **bool** array information from the additional information of a…
60 …ar* key, const char defaultValue);| Obtains the **char** data from the additional information of a…
[all …]
H A Dcapi-common-event.md189 Defines the additional information about a common event.
1333 Obtains the additional information about a callback common event.
1345 Returns the additional information about a common event. The default value is **null**.
1355 Checks whether the additional information of a common event contains a key-value pair.
1378 Obtains the **int** data with a specific key from the additional information of a common event.
1398 Obtains the **int** array with a specific key from the additional information of a common event.
1422 Obtains the **long** data with a specific key from the additional information of a common event.
1442 Obtains the **long** array with a specific key from the additional information of a common event.
1466 Obtains the **bool** data with a specific key from the additional information of a common event.
1486 Obtains the **bool** array with a specific key from the additional information of a common event.
[all …]
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_user_input.h56 AAFwk::Want &want, const AAFwk::WantParams &additional);
118 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType…
135 void AddAdditionalData(AAFwk::WantParams &additional);
298 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_user_input.cpp37 AAFwk::Want &want, const AAFwk::WantParams &additional) in AddInputsToWant() argument
73 …const std::set<std::string> &permitMimeTypes, const std::shared_ptr<AAFwk::WantParams> &additional, in Create() argument
93 auto realAdditional = additional; in Create()
114 …const std::shared_ptr<AAFwk::WantParams> &additional, NotificationConstant::InputEditType editType) in NotificationUserInput() argument
120 additionalData_(additional), in NotificationUserInput()
129 void NotificationUserInput::AddAdditionalData(AAFwk::WantParams &additional) in AddAdditionalData() argument
132 *additionalData_ = additional; in AddAdditionalData()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp42 AAFwk::WantParams additional; in DoSomethingInterestingWithMyAPI() local
43 notificationUserInput.AddInputsToWant(userInputs, want, additional); in DoSomethingInterestingWithMyAPI()
47 notificationUserInput.AddAdditionalData(additional); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinputannex_fuzzer/
H A Dnotificationuserinputannex_fuzzer.cpp42 std::shared_ptr<AAFwk::WantParams> additional; in DoSomethingInterestingWithMyAPI() local
47 permitMimeTypes, additional, inputEditType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp103 AAFwk::WantParams additional; in InitButtonRequest() local
104 actionButton->AddAdditionalData(additional); in InitButtonRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp69 double RenderBoxBase::ConvertMarginToPx(CalcDimension dimension, bool vertical, bool additional) co… in ConvertMarginToPx()
91 if (additional || percentFlag_ != PERCENT_FLAG_USE_VIEW_PORT) { in ConvertMarginToPx()
206 EdgePx RenderBoxBase::ConvertEdgeToPx(const Edge& edge, bool additional) in ConvertEdgeToPx() argument
209 edgePx.SetLeft(Dimension(ConvertMarginToPx(edge.Left(), false, additional))); in ConvertEdgeToPx()
210 edgePx.SetRight(Dimension(ConvertMarginToPx(edge.Right(), false, additional))); in ConvertEdgeToPx()
211 edgePx.SetTop(Dimension(ConvertMarginToPx(edge.Top(), true, additional))); in ConvertEdgeToPx()
212 edgePx.SetBottom(Dimension(ConvertMarginToPx(edge.Bottom(), true, additional))); in ConvertEdgeToPx()
H A Drender_box_base.h300 EdgePx ConvertEdgeToPx(const Edge& edge, bool additional);
301 double ConvertMarginToPx(CalcDimension dimension, bool vertical, bool additional) const;
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_o_h___pixelmap___hdr_gainmap_metadata.md24 | float [baseHeadroom](#baseheadroom) | Headroom of the base graphic, which means the additional br…
66 Headroom of the base graphic, which means the additional brightness that can be added to the base g…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.1.5/
H A Dchangelogs-dfx.md23 No additional adaptation is required.
/ohos5.0/foundation/bundlemanager/app_domain_verify/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/ability/form_fwk/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/ability/idl_tool/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/arkui/ace_engine/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/arkui/ace_engine_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.
/ohos5.0/foundation/bundlemanager/bundle_tool/
H A DLICENSE121 that such additional attribution notices cannot be construed
125 may provide additional or different license terms and conditions
134 this License, without any additional terms or conditions.
175 of your accepting any such warranty or additional liability.

12345678910>>...15