Home
last modified time | relevance | path

Searched refs:isNull (Results 1 - 13 of 13) sorted by relevance

/test/xts/hats/useriam/pinauth/src/
H A Dpin_auth_hdi_two.cpp89 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local
90 if (isNull) { in FillTestIExecutorCallback()
H A Dpin_auth_hdi.cpp100 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local
101 if (isNull) { in FillTestIExecutorCallback()
/test/xts/hats/useriam/faceauth/src/
H A Dface_auth_hdi.cpp110 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 Dfingerprint_auth_hdi.cpp109 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 Dface_auth_hdi.cpp104 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 Dfingerprint_auth_hdi.cpp102 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 Drdb_store_cursor_test.cpp359 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 Drdb_store_test.cpp206 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 Drdb_store_predicates_test.cpp330 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 DDataAbilityPredicatesJsunit.test.js456 * @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 DRdbstorePredicatesJsunit.test.js423 * @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 DRelationalStorePredicatesJsunit.test.js428 * @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 Dpin_auth_hdi.cpp85 bool isNull = parcel.ReadBool(); in FillTestIExecutorCallback() local
86 if (isNull) { in FillTestIExecutorCallback()

Completed in 16 milliseconds