Home
last modified time | relevance | path

Searched refs:rstFlag (Results 1 - 2 of 2) sorted by relevance

/test/xts/dcts/communication/softbus_standard/common/
H A Dnet_trans_common.c903 int rstFlag = SOFTBUS_OK; in OpenSessionBatch4Data() local
909 rstFlag = SOFTBUS_ERR; in OpenSessionBatch4Data()
917 rstFlag = SOFTBUS_ERR; in OpenSessionBatch4Data()
920 return rstFlag; in OpenSessionBatch4Data()
927 int rstFlag = SOFTBUS_OK; in OpenSessionBatch4Ctl() local
933 rstFlag = SOFTBUS_ERR; in OpenSessionBatch4Ctl()
941 rstFlag = SOFTBUS_ERR; in OpenSessionBatch4Ctl()
944 return rstFlag; in OpenSessionBatch4Ctl()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp8591 bool rstFlag = false; in testJswmInterface() local
8600 rstFlag = true; in testJswmInterface()
8608 NAPI_CALL(env1, napi_get_boolean(env1, rstFlag, &result11)); in testJswmInterface()
8732 bool rstFlag = false; in testCompileScriptWithOptions() local
8734 rstFlag = OH_JSVM_CompileScriptWithOptions(env, jsSrc, TWO, option, &script) == JSVM_OK; in testCompileScriptWithOptions()
8736 return rstFlag; in testCompileScriptWithOptions()
8763 bool rstFlag = false; in testCompileWithOption() local
8764 rstFlag = testCompileScriptWithOptions(env); in testCompileWithOption()
8771 NAPI_CALL(env1, napi_get_boolean(env1, rstFlag, &result11)); in testCompileWithOption()

Completed in 20 milliseconds