Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 - 25 of 2314) sorted by relevance

12345678910>>...93

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinotifyndk.cpp27 #define ERROR (-1) macro
37 if (ret != ERROR) { in InotifyInit()
81 int wd = ERROR; in InotifyAddWatch()
82 if (fd != ERROR) { in InotifyAddWatch()
86 if (wd != ERROR) { in InotifyAddWatch()
105 int wd = ERROR; in InotifyRmWatch()
106 if (fd != ERROR) { in InotifyRmWatch()
110 if (wd != ERROR) { in InotifyRmWatch()
H A Dinotify1ndk.cpp26 #define ERROR (-1) macro
34 int ret = inotify_add_watch(ERROR, path, IN_ALL_EVENTS); in InotifyAddWatch()
35 if (ret != ERROR) { in InotifyAddWatch()
45 int ret = inotify_rm_watch(ERROR, ERROR); in InotifyRmWatch()
46 if (ret != ERROR) { in InotifyRmWatch()
H A Dsysmmanndk.cpp21 #define ERROR 0 macro
28 errno = ERROR; in PosixMadvise()
32 if (errno == ERROR) { in PosixMadvise()
H A Dinetndk.cpp30 #define ERROR (-1) macro
176 int flag = ERROR; in InetNtop()
H A Dlanginfondk.cpp28 #define ERROR (-1) macro
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestclient_performance_test.cpp66 GTEST_LOG_(ERROR) << "first call consume: " << "SA already exists"; in TearDownTestCase()
114 GTEST_LOG_(ERROR) << "write interface token failed "; in TestIPCConsume()
120 GTEST_LOG_(ERROR) << "remote service null "; in TestIPCConsume()
125 GTEST_LOG_(ERROR) << "call SendRequest failed " << ret; in TestIPCConsume()
185 GTEST_LOG_(ERROR) << "This result is not the first time that SA has been pulled up, " in HWTEST_F()
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js62 ERROR : 'error',
386 case AV_RECORDER_STATE.ERROR:
429 case AV_RECORDER_STATE.ERROR:
430 console.info(`case AV_RECORDER_STATE.ERROR`)
1611 case AV_RECORDER_STATE.ERROR:
1612 console.info(`case getInputSurfaceTest32 state is ERROR`)
1656 case AV_RECORDER_STATE.ERROR:
1657 console.info(`case getInputSurfaceTest33 state is ERROR`)
1704 case AV_RECORDER_STATE.ERROR:
1705 console.info(`case getInputSurfaceTest34 state is ERROR`)
[all...]
H A DAvVideoRecorderTestBase.js28 ERROR : 'error',
H A DAVPlayerTestBase.js28 ERROR : 'error',
350 case AV_PLAYER_STATE.ERROR:
471 case AV_PLAYER_STATE.ERROR:
539 case AV_PLAYER_STATE.ERROR:
615 case AV_PLAYER_STATE.ERROR:
716 case AV_PLAYER_STATE.ERROR:
775 case AV_PLAYER_STATE.ERROR:
843 case AV_PLAYER_STATE.ERROR:
907 case AV_PLAYER_STATE.ERROR:
2230 case AV_PLAYER_STATE.ERROR
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h104 DEBUG = 3, INFO = 4, WARN = 5, ERROR = 6
135 #define LOG_E(FMT, VARS...) LOG(ERROR, FMT, ##VARS)
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/communication/dsoftbus/rpcserver/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/multimedia/avsessionserver/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/communication/dsoftbus_request/rpcserver/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/dcts/filemanagement/fileio/server/
H A Dhvigorw.bat45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/tools/sample/AppSampleD/
H A Dhvigorw.bat46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/tools/sample/AppSampleE/
H A Dhvigorw.bat46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/xts/tools/sample/AppSampleF/
H A Dhvigorw.bat46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dconstants.py38 ERROR = -1 variable in StatusCodes
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dresource_manager_test.cpp1594 EXPECT_EQ(ERROR, ret); in HWTEST_F()
1617 ASSERT_EQ(ERROR, ret); in HWTEST_F()
1622 ASSERT_EQ(ERROR, ret); in HWTEST_F()
1663 ASSERT_EQ(ERROR, ret); in HWTEST_F()
1672 EXPECT_EQ(ERROR, ret); in HWTEST_F()
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py44 if record.levelno == logging.ERROR:
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp73 EXTENSION_API_CHECK(level >= LogRank::DEBUG && level <= LogRank::ERROR, "Illegal log level", ERR_BAD_ARG); in PrintLog()
83 } else if (level == LogRank::ERROR) { in PrintLog()
/test/xts/acts/ability/ability_runtime/aacommand/AACommand07/
H A Dhvigorw.bat53 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.

Completed in 12 milliseconds

12345678910>>...93