/test/xts/hats/useriam/pinauth/src/ |
H A D | pin_auth_hdi_two.cpp | 89 bool isNull = parcel.ReadBool();
in FillTestIExecutorCallback() local 90 if (isNull) {
in FillTestIExecutorCallback()
|
H A D | pin_auth_hdi.cpp | 100 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 101 if (isNull) { in FillTestIExecutorCallback()
|
/test/xts/hats/useriam/faceauth/src/ |
H A D | face_auth_hdi.cpp | 110 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 111 if (isNull) { in FillTestIExecutorCallback() 136 bool isNull = parcel.ReadBool(); in FillTestISaCommandCallback() local 137 if (isNull) { in FillTestISaCommandCallback()
|
/test/xts/hats/useriam/fingerprintauth/src/ |
H A D | fingerprint_auth_hdi.cpp | 109 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 110 if (isNull) { in FillTestIExecutorCallback() 146 bool isNull = parcel.ReadBool(); in FillTestISaCommandCallback() local 147 if (isNull) { in FillTestISaCommandCallback()
|
/test/xts/hats/useriam/faceauth_additional/src/ |
H A D | face_auth_hdi.cpp | 104 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 105 if (isNull) { in FillTestIExecutorCallback() 141 bool isNull = parcel.ReadBool(); in FillTestISaCommandCallback() local 142 if (isNull) { in FillTestISaCommandCallback()
|
/test/xts/hats/useriam/fingerprintauth_additional/src/ |
H A D | fingerprint_auth_hdi.cpp | 102 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 103 if (isNull) { in FillTestIExecutorCallback() 128 bool isNull = parcel.ReadBool(); in FillTestISaCommandCallback() local 129 if (isNull) { in FillTestISaCommandCallback()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_cursor_test.cpp | 359 bool isNull = false;
in SUB_DDM_RDB_CURSOR_0400() local 360 cursor->isNull(cursor, 3, &isNull);
in SUB_DDM_RDB_CURSOR_0400() 361 NAPI_ASSERT(env, isNull == true, "isNull is fail.");
in SUB_DDM_RDB_CURSOR_0400() 644 * @tc.desc: isNull
665 bool isNull = false;
in SUB_DDM_RDB_CURSOR_1400() local 666 int errCode = cursor->isNull(cursor, 6, &isNull);
in SUB_DDM_RDB_CURSOR_1400() 667 NAPI_ASSERT(env, isNull in SUB_DDM_RDB_CURSOR_1400() [all...] |
H A D | rdb_store_test.cpp | 206 bool isNull = false;
in SUB_DDM_RDB_0100() local 207 cursor->isNull(cursor, 5, &isNull);
in SUB_DDM_RDB_0100() 208 NAPI_ASSERT(env, isNull == true, "isNull is fail.");
in SUB_DDM_RDB_0100() 667 bool isNull = false;
in SUB_DDM_RDB_0900() local 668 cursor->isNull(cursor, 4, &isNull);
in SUB_DDM_RDB_0900() 669 NAPI_ASSERT(env, isNull == true, "isNull i in SUB_DDM_RDB_0900() [all...] |
H A D | rdb_store_predicates_test.cpp | 330 predicates->isNull(predicates, "data4");
in SUB_DDM_RDB_Predicates_0700() 1110 predicates->isNull(predicates, "data");
in SUB_DDM_RDB_Predicates_3300()
|
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DataAbilityPredicatesJsunit.test.js | 456 * @tc.name resultSet isNull normal test
458 * @tc.desc resultSet isNull normal test
463 dataAbilityPredicates.isNull("primLongValue");
474 * @tc.name predicates isNull normal test
476 * @tc.desc predicates isNull normal test
481 dataAbilityPredicates.isNull("longValue");
492 * @tc.name predicates isNull normal test
494 * @tc.desc predicates isNull normal test
499 dataAbilityPredicates.isNull("stringValue");
510 * @tc.name predicates isNull norma [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstorePredicatesJsunit.test.js | 423 * @tc.name predicates isNull normal test
425 * @tc.desc predicates isNull normal test
430 predicates.isNull("primLongValue");
439 * @tc.name predicates isNull normal test
441 * @tc.desc predicates isNull normal test
446 predicates.isNull("longValue");
455 * @tc.name predicates isNull normal test
457 * @tc.desc predicates isNull normal test
462 predicates.isNull("stringValue");
471 * @tc.name predicates isNull norma [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStorePredicatesJsunit.test.js | 428 * @tc.name predicates isNull normal test
430 * @tc.desc predicates isNull normal test
435 predicates.isNull("primLongValue");
444 * @tc.name predicates isNull normal test
446 * @tc.desc predicates isNull normal test
451 predicates.isNull("longValue");
460 * @tc.name predicates isNull normal test
462 * @tc.desc predicates isNull normal test
467 predicates.isNull("stringValue");
476 * @tc.name predicates isNull norma [all...] |
/test/xts/hats/useriam/pinauth_additional/src/ |
H A D | pin_auth_hdi.cpp | 85 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local 86 if (isNull) { in FillTestIExecutorCallback()
|