| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_predicates_test.cpp | 2178 * @tc.desc: Abnormal testCase of RdbPredicates for OrderByAsc, if set limit param twice
2194 * @tc.desc: Abnormal testCase of RdbPredicates for Offset, if set Offset param twice
2210 * @tc.desc: Abnormal testCase of RdbPredicates for Offset, if Offset param is less than 1
2250 * @tc.desc: Abnormal testCase of RdbPredicates for GroupBy, if param is invalid
|
| /test/xts/acts/global/perf/perfjs/entry/src/ohosTest/js/test/ |
| H A D | Perf.test.js | 633 * @tc.name test the performance of calendar.setTime with date param
659 * @tc.name test the performance of calendar.setTime with time param
2244 * @tc.name test the performance of Collator.compare with same param
2479 * @tc.name test the performance of getTimeZone with zoneID param
|
| /foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/ |
| H A D | ui_ability_lifecycle_manager_test.cpp | 81 * @param element, service ability's ElementName. 82 * @param resultCode, ERR_OK on success, others on failure. 3755 want.SetParam("ohos.anco.param.missionAffinity", false); in HWTEST_F() 3779 want.SetParam("ohos.anco.param.missionAffinity", false); in HWTEST_F() 3803 want.SetParam("ohos.anco.param.missionAffinity", false); in HWTEST_F()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_uni_render_visitor_test.cpp | 755 * @tc.desc: Check if param set and get apis are valid. 763 int param = (int)RSSystemParameters::GetQuickSkipPrepareType(); in HWTEST_F() local 764 ASSERT_EQ(param, 0); in HWTEST_F() 766 param = (int)RSSystemParameters::GetQuickSkipPrepareType(); in HWTEST_F() 767 ASSERT_EQ(param, 1); in HWTEST_F()
|
| /test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionVoiceCall/entry/src/ohosTest/ets/test/ |
| H A D | AVSessionVoiceCall.test.ets | 2967 console.info(`${TAG}: on callStateChange with error param test failed! stateChange: ${JSON.stringify(stateChange)}`); 2973 console.info(`${TAG}: on callStateChange with error param test success, error: code: ${error.code}, message: ${error.message}`); 2994 console.info(`${TAG}: on callStateChange with error param test failed! stateChange: ${JSON.stringify(stateChange)}`); 3000 console.info(`${TAG}: on callStateChange with error param test success, error: code: ${error.code}, message: ${error.message}`); 3261 console.info(`${TAG}: on answer with error param test success, error: code: ${error.code}, message: ${error.message}`);
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | ams_mgr_stub.cpp | 29 #include "param.h"
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | pending_want_manager.cpp | 68 it->want.RemoveParam("ohos.extra.param.key.appCloneIndex"); in GetWantSender()
|
| H A D | free_install_manager.cpp | 38 constexpr const char* KEY_IS_APP_RUNNING = "com.ohos.param.isAppRunning";
|
| H A D | app_scheduler.cpp | 21 #include "param.h"
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_004/c_target/foo/v1_0/ |
| H A D | types.c.txt | 33 HDF_LOGE("%{public}s: invalid param", __func__);
|
| /foundation/ability/ability_runtime/tools/test/unittest/ability_tool/ |
| H A D | ability_tool_test.cpp | 83 const std::string ABILITY_TOOL_HELP_MSG_WINDOW_MODE_INVALID = "error: --options windowMode <value> with invalid param";
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_003/c_target/foo/v1_0/ |
| H A D | types.c.txt | 33 HDF_LOGE("%{public}s: invalid param", __func__);
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | inner_model.cpp | 265 LOGE("SetTensorQuantParam failed, error happened when set quant param."); in SetTensorQuantParam()
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
| H A D | distributed_sched_service.h | 101 * @param startReason, The reason why SA was pulled up.
|
| /foundation/ai/neural_network_runtime/test/unittest/ops/ |
| H A D | conv2d_tranpose_padmode_test.cpp | 476 * @tc.desc: Verify the invalid param to conv2d transpose length of the build function
|
| H A D | depthwise_conv2d_native_pad_test.cpp | 339 * @tc.desc: Verify the invalid param to depthwiseconv2d of the build function
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_007/c_target/foo/v1_0/ |
| H A D | types.c.txt | 74 HDF_LOGE("%{public}s: invalid param", __func__);
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
| H A D | js_ui_service_extension.cpp | 59 constexpr const char* WANT_PARAMS_HOST_WINDOW_ID_KEY = "ohos.extra.param.key.hostwindowid";
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | ams_mgr_scheduler.cpp | 74 TAG_LOGE(AAFwkTag::APPMGR, "param error"); in LoadAbility()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
| H A D | js_auto_fill_extension.cpp | 61 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Invalid param"); in AttachAutoFillExtensionContext()
|
| /foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/ |
| H A D | ams_app_service_flow_module_test.cpp | 32 #include "param.h"
|
| /foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
| H A D | render_dialog_tween.cpp | 342 // Set different layout param for different devices in ComputeInnerLayoutParam()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_container.h | 806 // for Ui Extension dump param get
|
| H A D | dialog_container.cpp | 637 LOGW("DialogContainer::OnConfigurationUpdated param is empty"); in UpdateConfiguration()
|
| /foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/ |
| H A D | editabletitlebar.ets | 760 * @param resourceId resource id
|