Home
last modified time | relevance | path

Searched refs:res6 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_switch_test.cpp953 uint32_t res6 = pixelMap.ReadPixels(bufferSize, offset, stride, rect, dst); variable
954 ASSERT_EQ(res6, ERR_IMAGE_INVALID_PARAMETER);
1021 uint32_t res6 = pixelMap.ReadPixels(bufferSize, offset, stride, rect, dst); variable
1022 ASSERT_EQ(res6, ERR_IMAGE_INVALID_PARAMETER);
1158 uint32_t res6 = pixelMap.SetAlpha(percent); variable
1159 ASSERT_EQ(res6, ERR_IMAGE_DATA_UNSUPPORT);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2150 bool res6 = installChecker.VaildInstallPermissionForShare(checkParam, hapVerifyRes); variable
2151 EXPECT_TRUE(res6);
2190 bool res6 = installChecker.VaildInstallPermissionForShare(checkParam, hapVerifyRes); variable
2191 EXPECT_TRUE(res6);
2227 bool res6 = installChecker.VaildEnterpriseInstallPermissionForShare(checkParam, provisionInfo); variable
2228 EXPECT_TRUE(res6);
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp615 napi_value res6 = nullptr; variable
617 napi_call_function(env, nullptr, cb, argc2, argv2, &res6);
618 ASSERT_CHECK_VALUE_TYPE(env, res6, napi_undefined);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp633 int32_t res6 = proxy->SwitchDevice(TEST_STR, 1); variable
642 EXPECT_NE(res6, TELEPHONY_SUCCESS);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
H A DPasteBoardPromiseJsunit.test.js173 const res6 = await systemPasteboard.hasPasteData();
174 expect(res6).assertEqual(true);