Home
last modified time | relevance | path

Searched refs:checkResult (Results 1 - 11 of 11) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/
H A Dcommonevent_onareachange_test.cpp93 bool checkResult = false; in OnEventReceive() local
94 checkResult = (result->data[PARAM_0].f32 < result->data[PARAM_6].f32) && in OnEventReceive()
100 if (checkResult) { in OnEventReceive()
111 bool checkResult = false; in OnEventReceive() local
112 checkResult = (result->data[PARAM_0].f32 == result->data[PARAM_6].f32) && in OnEventReceive()
118 if (checkResult) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_onareachange_test.cpp92 bool checkResult = false; in OnEventReceive() local
93 checkResult = (result->data[PARAM_0].f32 < result->data[PARAM_6].f32) && in OnEventReceive()
99 if (checkResult) { in OnEventReceive()
110 bool checkResult = false; in OnEventReceive() local
111 checkResult = (result->data[PARAM_0].f32 == result->data[PARAM_6].f32) && in OnEventReceive()
117 if (checkResult) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/
H A Dtimepicker_onchange_test.cpp69 bool checkResult = false; in OnEventReceive() local
70 checkResult = (result->data[PARAM_0].i32 != PARAM_0) || (result->data[PARAM_1].i32 != PARAM_0); in OnEventReceive()
71 if (checkResult) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/
H A Dcalendarpicker_onchange_test.cpp70 bool checkResult = false; in OnEventReceive() local
71 checkResult = (result->data[PARAM_0].u32 > PARAM_0) && (result->data[PARAM_1].u32 > PARAM_0) && in OnEventReceive()
73 if (checkResult) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
H A Dtextpicker_onchange_test.cpp71 bool checkResult = false; in OnEventReceive() local
72 checkResult = (result->data[PARAM_0].i32 != PARAM_1); in OnEventReceive()
73 if (checkResult) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/datepicker/
H A Ddatepicker_ondatechange_test.cpp67 bool checkResult = false; in OnEventReceive() local
68 checkResult = (result->data[PARAM_0].i32 != defaultYear) || (result->data[PARAM_1].i32 != PARAM_1) || in OnEventReceive()
70 if (checkResult) { in OnEventReceive()
/test/xts/acts/communication/dsoftbus/rpc_request/entry/src/ohosTest/js/test/
H A DActsRpcRequestJsTest.test.js90 constructor(descriptor, checkResult) {
92 this.checkResult = checkResult;
102 let _checkResult = this.checkResult
1856 function checkResult(num, str) {
1866 let listeners = [new TestListener("rpcListener", checkResult),
1867 new TestListener("rpcListener2", checkResult),
1868 new TestListener("rpcListener3", checkResult)];
1891 function checkResult(num, str) {
1901 let listeners = [new TestListener("rpcListener", checkResult),
[all...]
/test/xts/hats/useriam/userauth_additional/src/
H A Duser_auth_hdi.cpp829 int32_t checkResult = 0; in HWTEST_F() local
832 checkResult); in HWTEST_F()
833 EXPECT_NE(checkResult, 0); in HWTEST_F()
868 int32_t checkResult = 0; in HWTEST_F() local
869 g_service.GetAvailableStatus(userId, authType, authTrustLevel, checkResult); in HWTEST_F()
870 EXPECT_NE(checkResult, 0); in HWTEST_F()
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp577 int32_t checkResult = parcel.ReadInt32(); in HWTEST_F() local
578 int32_t ret = g_service.GetAvailableStatus(userId, authType, authTrustLevel, checkResult); in HWTEST_F()
580 ASSERT_EQ(checkResult != Expectedvalue, true); in HWTEST_F()
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DRpcClientJsunit.test.js752 constructor(descriptor, checkResult) {
754 this.checkResult = checkResult;
764 let _checkResult = this.checkResult
4539 function checkResult(num, str) {
4548 let listener = new TestListener("rpcListener", checkResult);
4579 function checkResult(num, str) {
4592 let listeners = [new TestListener("rpcListener", checkResult),
4593 new TestListener("rpcListener2", checkResult),
4594 new TestListener("rpcListener3", checkResult)];
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp7692 bool checkResult = false; in CheckObjectTypeTag() local
7693 OH_JSVM_CheckObjectTypeTag(env, args[0], &TagsData[index], &checkResult); in CheckObjectTypeTag()
7695 OH_JSVM_GetBoolean(env, checkResult, &checked); in CheckObjectTypeTag()

Completed in 34 milliseconds