/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 845 JSVM_Value ret1; in testCreateData1() local 846 OH_JSVM_CreateArrayWithLength(env, array_length, &ret1); in testCreateData1() 848 OH_JSVM_GetArrayLength(env, ret1, &length); in testCreateData1() 8174 JSVM_Value ret1 = nullptr; in DebugCodeUsingCpuProfiler() local 8175 OH_JSVM_CreateInt32(oldEnv, 0, &ret1); in DebugCodeUsingCpuProfiler() 8176 return ret1; in DebugCodeUsingCpuProfiler() 8265 JSVM_Value ret1 = nullptr; in DebugCodeUsingInspector() local 8266 OH_JSVM_CreateInt32(oldEnv, 0, &ret1); in DebugCodeUsingInspector() 8267 return ret1; in DebugCodeUsingInspector()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_test.cpp | 3330 bool ret1 = ability->OnBackPress(); in HWTEST_F() local 3331 EXPECT_EQ(ret1, false); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_select_test_ng.cpp | 1686 auto ret1 = webPattern->ComputeMouseClippedSelectionBounds(startX, startY, width, height); in HWTEST_F() local 1687 EXPECT_EQ(ret1.GetY(), 0); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1966 auto ret1 = info.GetInnerExtensionInfos(); in HWTEST_F() local 1968 EXPECT_EQ(ret1[TEST_KEY1].name, ""); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 2307 bool ret1 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START);
in HWTEST_F() local 2312 EXPECT_TRUE(ret1);
in HWTEST_F()
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 2260 int32_t ret1 = keySubscriberHandler.RemoveSubscriber(sess, subscribeId, true); in HWTEST_F() local 2261 EXPECT_EQ(ret1, RET_ERR); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2163 std::string ret1 = info.GetModuleTypeByPackage(packageName); in HWTEST_F() local 2165 EXPECT_EQ(ret1, Constants::EMPTY_STRING); in HWTEST_F() 5827 auto ret1 = hostImpl->GetDependentBundleInfo(BUNDLE_NAME, bundleInfo, in HWTEST_F() local 5829 EXPECT_EQ(ret1, ERR_BUNDLE_MANAGER_BUNDLE_NOT_EXIST); in HWTEST_F()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 5846 int ret1; in hns3_set_channels() local 5850 ret1 = hns3_change_channels(h, org_tqp_num, rxfh_configured); in hns3_set_channels() 5851 if (ret1) { in hns3_set_channels() 5854 return ret1; in hns3_set_channels()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 1035 [[maybe_unused]] bool ret1 = tmp != rect2; in HWTEST_F() local
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | head.S | 411 .ret1:
|
H A D | entry.S | 125 .ret1: .restore sp
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | entry.S | 124 .ret1: .restore sp
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3443 int32_t ret1 = appMgrServiceInner->NotifyAppFault(faultData1); in HWTEST_F() local 3444 EXPECT_EQ(ret1, ERR_INVALID_VALUE); in HWTEST_F()
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
H A D | ffrtndk.cpp | 3126 int ret1 = ffrt_queue_cancel(task1); in ffrt_loop_0002() local 3127 if (ret1 != 0) { in ffrt_loop_0002()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 119 int32_t ret1 = nodeAPI->addChild(rootNode, childNode); in HWTEST_F() local 120 EXPECT_EQ(ret1, ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 177 ret1 = nodeAPI->setAttribute(rootNode, NODE_ID, &item); in HWTEST_F() 178 EXPECT_EQ(ret1, ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F()
|