Home
last modified time | relevance | path

Searched refs:theType (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_buffer_napi.cpp48 napi_valuetype theType; in NewBufferFun() local
49 NAPI_CALL(env, napi_typeof(env, args[0], &theType)); in NewBufferFun()
50 NAPI_ASSERT(env, theType == napi_string, "NewBufferFun: instance is not an string object"); in NewBufferFun()
76 napi_valuetype theType; in NewExternalBufferFun() local
77 NAPI_CALL(env, napi_typeof(env, args[0], &theType)); in NewExternalBufferFun()
78 NAPI_ASSERT(env, theType == napi_string, "NewExternalBufferFun: instance is not an string object"); in NewExternalBufferFun()
105 napi_valuetype theType; in CopyBufferFun() local
106 NAPI_CALL(env, napi_typeof(env, args[0], &theType)); in CopyBufferFun()
107 NAPI_ASSERT(env, theType == napi_string, "CopyBufferFun: instance is not an string object"); in CopyBufferFun()
128 napi_valuetype theType; in BufferHasInstanceFun() local
146 napi_valuetype theType; BufferInfoFun() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp205 SchemaType theType = newSchema_.GetSchemaType(); in UpgradeIndexes() local
217 int errCode = SQLiteUtils::ChangeIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
224 int errCode = SQLiteUtils::IncreaseIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp784 reflection::BaseType theType) in CompareFieldInfoBesideType()
802 if (IsRequiredSupportType(theType)) { in CompareFieldInfoBesideType()
783 CompareFieldInfoBesideType(const reflection::Field &selfField, const reflection::Field &otherField, reflection::BaseType theType) CompareFieldInfoBesideType() argument

Completed in 3 milliseconds