Home
last modified time | relevance | path

Searched full:param (Results 6726 - 6750 of 8090) sorted by relevance

1...<<261262263264265266267268269270>>...324

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dclip_test.cpp213 * @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 Dpow_builder_test.cpp212 * @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 Dconstant_of_shape_test.cpp215 * @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 Dcrop_test.cpp230 * @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 Ddepth_to_space_test.cpp214 * @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 Dcast_session_impl_proxy.cpp351 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 Djs_runtime_utils.cpp131 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 Djs_runtime_utils.cpp121 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 Dstart_ability_utils.cpp29 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 Dcast_session_impl_class.h179 bool SendEventChange(int moduleId, int event, const std::string &param);
193 void ProcessRtspEvent(int moduleId, int event, const std::string &param);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h173 void SetDialogProperties(const DialogProperties& param) in SetDialogProperties() argument
175 dialogProperties_ = param; in SetDialogProperties()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h56 * @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 Dselect_element.cpp246 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 Dhyperlink_pattern.cpp59 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 Dmenu_wrapper_pattern.h449 void SetMenuParam(const MenuParam& param) in SetMenuParam() argument
451 menuParam_ = param; in SetMenuParam()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_node_container.cpp300 JSRef<JSVal> param = JSRef<JSVal>::Cast(obj); in SetOnResizeFunc()
301 func->ExecuteJS(1, &param); in SetOnResizeFunc()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h389 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 Dsvg_animate.h57 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 Daccessibility_node_test_ng.cpp329 * @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 Dmenu_expand_test_ng.cpp341 MenuParam param; in HWTEST_F() local
342 menuItemPattern_->ParseMenuRadius(param); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.h254 * @param index
255 * @param size : return data size
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.cpp394 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 Dbms_bundle_quick_fix_deleter_test.cpp141 * @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 Dnapi_audio_session_manager.cpp243 "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 DBUILD.gn389 module_install_dir = "etc/param"
396 module_install_dir = "etc/param"

Completed in 24 milliseconds

1...<<261262263264265266267268269270>>...324