| /foundation/ai/neural_network_runtime/test/unittest/ops/ |
| H A D | clip_test.cpp | 213 * @tc.desc: Verify that the build function returns a failed message with passing invalid max param.
230 * @tc.desc: Verify that the build function returns a failed message with passing invalid min param.
|
| H A D | pow_builder_test.cpp | 212 * @tc.desc: Verify that the build function returns a failed message with passing invalid shift param. 228 * @tc.desc: Verify that the build function returns a failed message with passing invalid scale param.
|
| H A D | constant_of_shape_test.cpp | 215 * @tc.desc: Verify that the build function returns a failed message with passing invalid dataType param.
231 * @tc.desc: Verify that the build function returns a failed message with passing invalid value param.
|
| H A D | crop_test.cpp | 230 * @tc.desc: Verify that the build function returns a failed message with passing invalid dataType param.
246 * @tc.desc: Verify that the build function returns a failed message with passing invalid value param.
|
| H A D | depth_to_space_test.cpp | 214 * @tc.desc: Verify that the build function returns a failed message with passing invalid blockSize param.
230 * @tc.desc: Verify that the build function returns a failed message with passing invalid mode param.
|
| /foundation/CastEngine/castengine_cast_framework/client/src/ |
| H A D | cast_session_impl_proxy.cpp | 351 CLOGE("Failed to write json param"); in SetCastMode() 376 CLOGE("Failed to write json param"); in NotifyEvent()
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | js_runtime_utils.cpp | 131 bool CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue() argument 134 if (napi_typeof(env, param, &valueType) != napi_ok) { in CheckTypeForNapiValue()
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | js_runtime_utils.cpp | 121 bool CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue() argument 124 if (napi_typeof(env, param, &valueType) != napi_ok) { in CheckTypeForNapiValue()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
| H A D | start_ability_utils.cpp | 29 constexpr const char* PARAM_RESV_ANCO_CALLER_UID = "ohos.anco.param.callerUid"; 30 constexpr const char* PARAM_RESV_ANCO_CALLER_BUNDLENAME = "ohos.anco.param.callerBundleName";
|
| /foundation/CastEngine/castengine_cast_plus_stream/include/ |
| H A D | cast_session_impl_class.h | 179 bool SendEventChange(int moduleId, int event, const std::string ¶m); 193 void ProcessRtspEvent(int moduleId, int event, const std::string ¶m);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | dialog_pattern.h | 173 void SetDialogProperties(const DialogProperties& param) in SetDialogProperties() argument 175 dialogProperties_ = param; in SetDialogProperties()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | svg_paint_state.h | 56 * @param color 57 * @param isSelf if false the color value inherited from the parent node, otherwise the value is setted by self
|
| /foundation/arkui/ace_engine/frameworks/core/components/select/ |
| H A D | select_element.cpp | 246 std::string param = std::string("\"change\",{\"newValue\":\"").append(option->GetValue().append("\"},null")); in HandleOptionClickedEvent() local 247 onChangeCallback_(param); in HandleOptionClickedEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
| H A D | hyperlink_pattern.cpp | 59 auto param = json->ToString(); in EnableDrag() 60 info.extraInfo = param; in EnableDrag()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
| H A D | menu_wrapper_pattern.h | 449 void SetMenuParam(const MenuParam& param) in SetMenuParam() argument 451 menuParam_ = param; in SetMenuParam()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_node_container.cpp | 300 JSRef<JSVal> param = JSRef<JSVal>::Cast(obj); in SetOnResizeFunc() 301 func->ExecuteJS(1, ¶m); in SetOnResizeFunc()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_view_abstract_ffi.h | 389 CJ_EXPORT ExternalString FFIOHOSAceFrameworkGetResourceStr(int64_t id, uint32_t type, const char* param); 394 CJ_EXPORT ExternalString FFIOHOSAceFrameworkGetResourceMedia(int64_t id, uint32_t type, const char* param);
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | svg_animate.h | 57 RefPtr<Curve> GetCurve(const std::string& param = "") const in GetCurve() 64 return CubicCurveCreator(param); in GetCurve()
|
| /foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
| H A D | accessibility_node_test_ng.cpp | 329 * @tc.expected: the param focusChangeEventId_ in accessibilityNode is null. in HWTEST_F() 336 * @tc.expected: the param focusChangeEventId_ in accessibilityNode is null. in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_expand_test_ng.cpp | 341 MenuParam param; in HWTEST_F() local 342 menuItemPattern_->ParseMenuRadius(param); in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/image/apng/ |
| H A D | apng_image_decoder.h | 254 * @param index 255 * @param size : return data size
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | list_adapter.cpp | 394 void ListAdapter::UpdateContentAlignParam(ConstrainedParameter param) in UpdateContentAlignParam() argument 396 uiListContentParam_ = param; in UpdateContentAlignParam()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
| H A D | bms_bundle_quick_fix_deleter_test.cpp | 141 * @tc.desc: 1.the input param bundleName is empty
157 * @tc.desc: 1.the input param callback is nullptr
|
| /foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/ |
| H A D | napi_audio_session_manager.cpp | 243 "parameter verification failed: The param of type is not supported"); in RegisterCallback() 371 "parameter verification failed: The param of type is not supported"); in Off()
|
| /foundation/multimedia/audio_framework/services/audio_policy/ |
| H A D | BUILD.gn | 389 module_install_dir = "etc/param" 396 module_install_dir = "etc/param"
|