Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 118) sorted by relevance

12345

/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dglobal_test.cpp90 ASSERT_EQ(OK, ret);
93 ASSERT_EQ(OK, ret);
98 ASSERT_EQ(OK, ret);
101 ASSERT_EQ(OK, ret);
106 ASSERT_EQ(OK, ret);
109 ASSERT_EQ(OK, ret);
114 ASSERT_EQ(OK, ret);
117 ASSERT_EQ(OK, ret);
122 ASSERT_EQ(OK, ret);
137 ASSERT_EQ(OK, ret);
[all …]
Dhap_resource_test.cpp265 if (out != OK) { in LoadFromHap()
273 if (out != OK) { in LoadFromHap()
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/src/main/js/test/
DNetworkManagerHttp.test.js33 … expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
48 … expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
49 if (data.responseCode === netHttp.ResponseCode.OK) {
72 expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
74 if (data.responseCode === netHttp.ResponseCode.OK) {
95 … expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
96 if (data.responseCode === netHttp.ResponseCode.OK) {
116 … expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
117 if (data.responseCode === netHttp.ResponseCode.OK) {
134 … expect(data.responseCode === netHttp.ResponseCode.OK || data.responseCode > 500).assertTrue();
[all …]
DHttp2Test.test.js33 expect(data.responseCode === net_Http.ResponseCode.OK).assertTrue();
50 expect(data.responseCode === net_Http.ResponseCode.OK).assertTrue();
65 expect(data.responseCode === net_Http.ResponseCode.OK).assertTrue();
110 expect(data.responseCode === net_Http.ResponseCode.OK).assertTrue();
DHttpCacheTest.test.js39 … expect(data.responseCode === net_http.ResponseCode.OK || data.responseCode > 500).assertTrue();
65 … expect(data.responseCode === net_http.ResponseCode.OK || data.responseCode > 500).assertTrue();
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DBusinessGoodsController.java82 return Result.OK(pageList); in list()
96 return Result.OK(goods); in detail()
110 return Result.OK("添加成功!"); in add()
124 return Result.OK("更新成功!"); in edit()
138 return Result.OK("删除成功!"); in delete()
151 return Result.OK("批量删除成功!"); in deleteBatch()
DBusinessCommentController.java82 return Result.OK(pageList); in list()
96 return Result.OK("添加成功!"); in add()
110 return Result.OK("更新成功!"); in edit()
124 return Result.OK("删除成功!"); in delete()
137 return Result.OK("批量删除成功!"); in deleteBatch()
DBusinessController.java126 return Result.OK(page); in list()
140 return Result.OK(business); in detail()
155 return Result.OK("添加成功!"); in add()
169 return Result.OK("更新成功!"); in edit()
183 return Result.OK("删除成功!"); in delete()
196 return Result.OK("批量删除成功!"); in deleteBatch()
DGroupSiteController.java126 return Result.OK(page); in list()
140 return Result.OK("添加成功!"); in add()
154 return Result.OK("更新成功!"); in edit()
168 return Result.OK("删除成功!"); in delete()
181 return Result.OK("批量删除成功!"); in deleteBatch()
/test/xts/hats/hdf/nfc/hdcService/
Dnfc_services_test.cpp134 NfcStatus nfcbtType = NfcStatus::OK;
156 NfcStatus nfcbtType = NfcStatus::OK;
177 NfcStatus nfcbtType = NfcStatus::OK;
199 NfcStatus nfcbtType = NfcStatus::OK;
220 NfcStatus nfcbtType = NfcStatus::OK;
241 NfcStatus nfcbtType = NfcStatus::OK;
266 NfcStatus nfcbtType = NfcStatus::OK;
288 NfcStatus nfcbtType = NfcStatus::OK;
334 NfcStatus ok = NfcStatus::OK;
/test/xts/hats/hdf/nfc/hdcService_additional/
Dnfc_services_test.cpp123 NfcStatus nfcbtType = NfcStatus::OK;
149 NfcStatus nfcbtType = NfcStatus::OK;
179 NfcStatus nfcbtType = NfcStatus::OK;
212 NfcStatus nfcbtType = NfcStatus::OK;
245 NfcStatus nfcbtType = NfcStatus::OK;
279 NfcStatus nfcbtType = NfcStatus::OK;
312 NfcStatus nfcbtType = NfcStatus::OK;
345 NfcStatus nfcbtType = NfcStatus::OK;
378 NfcStatus nfcbtType = NfcStatus::OK;
412 NfcStatus nfcbtType = NfcStatus::OK;
[all …]
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DVideoController.java79 return Result.OK(pageList); in list()
93 return Result.OK("添加成功!"); in add()
107 return Result.OK("更新成功!"); in edit()
121 return Result.OK("删除成功!"); in delete()
134 return Result.OK("批量删除成功!"); in deleteBatch()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.h26 const int32_t OK = 0; variable
/test/xts/acts/arkui/ace_ets_web_dev_webController/entry/src/main/ets/test/
DwebOnBeforeUnload.test.ets55 Utils.registerEvent("testOnBeforeUnloadWebC","Is it OK to leave/reload this page?",402,done);
65 … Utils.registerEvent("testOnBeforeUnloadAgainWebC","Is it OK to leave/reload this page?",404,done);
/test/xts/acts/arkui/ace_ets_web_dev_webviewController/entry/src/main/ets/test/
DwebViewOnBeforeUnload.test.ets74 Utils.registerEvent("testOnBeforeUnload","Is it OK to leave/reload this page?",302,done);
86 Utils.registerEvent("testOnBeforeUnloadAgain","Is it OK to leave/reload this page?",304,done);
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_two/entry/src/main/ets/test/
DWebOnBeforeUnload.test.ets66 … Utils.registerEvent("testOnBeforeUnload001", "Is it OK to leave/reload this page?", 60403, done);
82 … Utils.registerEvent("testOnBeforeUnload002", "Is it OK to leave/reload this page?", 60405, done);
/test/xts/acts/arkui/ace_ets_component_attrlack/entry/src/main/ets/MainAbility/pages/TextApi/
DTextStyle.ets23 Button('OK')
/test/xts/acts/ability/ability_runtime/actsautofilltest/AutoFillAutomaticRely/entry/src/main/ets/pages/
DSavePage.ets45 Button('OK')
/test/xts/acts/ability/ability_runtime/actscrosscall/actscrosscalltest/entry/src/main/ets/test/
DAbility.test.ets455 console.info("====>Acts_CrossUserCall_1000 StartServiceAbility OK");
519 console.info("====>Acts_CrossUserCall_1200 StartServiceAbility OK");
585 console.info("====>Acts_CrossUserCall_1400 StartServiceAbility OK");
626 …console.info('====>Acts_CrossUserCall_1500 startAbilityByCallWithAccount OK:' + JSON.stringify(cal…
656 console.info("====>Acts_CrossUserCall_1600 StartServiceAbility OK");
697 …console.info('====>Acts_CrossUserCall_1700 startAbilityByCallWithAccount OK :' + JSON.stringify(ca…
727 console.info("====>Acts_CrossUserCall_1800 StartServiceAbility OK");
768 …console.info('====>Acts_CrossUserCall_1900 startAbilityByCallWithAccount OK :' + JSON.stringify(ca…
797 console.info("====>Acts_CrossUserCall_2000 StartServiceAbility OK");
/test/xts/acts/arkui/ace_ets_web_enhanced_stress/ace_ets_web_enhanced_stress_one/entry/src/main/ets/MainAbility/pages/
DWebOnFirstContentfulPaintTest.ets45 this.responseWeb.setReasonMessage('OK')
DWebAttributeOnHttpErrorReceiveTest.ets46 this.responseWeb.setReasonMessage('OK')
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/TextApi/
DTextStyle.ets44 Button('OK')
/test/xts/acts/arkui/ace_ets_web_dev_webviewController/entry/src/main/ets/MainAbility/pages/
DwebViewOnInterceptReqTwo.ets95 this.responseweb.setReasonMessage('OK')
/test/xts/acts/arkui/ace_ets_web_dev_webController/entry/src/main/ets/MainAbility/pages/
DwebOnInterceptReqOne.ets98 this.responseweb.setReasonMessage('OK')
DwebOnInterceptReqTwo.ets94 this.responseweb.setReasonMessage('OK')

12345