Searched refs:res3 (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/ |
H A D | arkUIAPi.cpp | 22 #define res3 ((int)401)
macro 53 ASSERT_EQ(ret, res3);
in testArkUI004() 230 ASSERT_EQ(ret,res3);
in testArkUI024() 256 ASSERT_EQ(ret,res3);
in testArkUI029() 263 ASSERT_EQ(ret,res3);
in testArkUI030() 270 ASSERT_EQ(ret,res3);
in testArkUI031() 277 ASSERT_EQ(ret,res3);
in testArkUI032() 284 ASSERT_EQ(ret,res3);
in testArkUI033() 291 ASSERT_EQ(ret,res3);
in testArkUI034() 326 ASSERT_EQ(ret,res3);
in testArkUI039() [all...] |
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/ |
H A D | newworker_031.js | 22 let res3 = ""; 26 res3 = workerPort.callGlobalCallObjectMethod("obj1", "executeForThreeSeconds", 0); 31 if (res1 == "TestObj" && res2 == "TestObjWithInput" && res3 == "done") {
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/ |
H A D | nativeimage.cpp | 652 int res3 = OH_NativeImage_DetachContext(nativeImage);
in OHNativeImageDetachContextNormal() local 653 if (res3 == 0) {
in OHNativeImageDetachContextNormal() 1006 int res3 = OH_NativeImage_SetOnFrameAvailableListener(nativeImage1, listener2);
in OHNativeImageSetOnFrameAvailableListenerNormal() local 1007 if (res3 == 0) {
in OHNativeImageSetOnFrameAvailableListenerNormal() 1060 int res3 = OH_NativeImage_UnsetOnFrameAvailableListener(nativeImage1);
in OHNativeImageUnsetOnFrameAvailableListenerNormal() local 1061 if (res3 == 0) {
in OHNativeImageUnsetOnFrameAvailableListenerNormal()
|
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 1029 int res3 = OH_UdmfRecordProvider_SetData(provider, context, nullptr, nullptr);
in OH_UdmfRecordProvider_SetData0200() local 1030 NAPI_ASSERT(env, res3 == UDMF_E_INVALID_PARAM, "OH_UdmfRecordProvider_SetData is fail");
in OH_UdmfRecordProvider_SetData0200()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 2008 int res3 = 64;
in OH_Rdb_DBType_Enum_0100() local 2011 NAPI_ASSERT(env, res3 == Rdb_DBType::DBTYPE_BUTT, "DBTYPE_BUTT is fail.");
in OH_Rdb_DBType_Enum_0100()
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
H A D | ffrtndk.cpp | 3043 int res3 = ffrt_loop_run(loop); in ffrt_loop_abnormal_0002() local 3044 if (res3 != -1) { in ffrt_loop_abnormal_0002()
|
Completed in 17 milliseconds