Home
last modified time | relevance | path

Searched refs:typeVal (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp165 switch (typeVal.index()) { in BindStatementByType()
201 switch (typeVal.index()) { in BindExtendStatementByType()
244 Type typeVal; in GetSelectVBucket() local
251 bucket.insert_or_assign(colName, std::move(typeVal)); in GetSelectVBucket()
292 typeVal = sqlite3_column_double(stmt, cid); in GetTypeValByStatement()
296 errCode = GetBlobByStatement(stmt, cid, typeVal); in GetTypeValByStatement()
306 typeVal = str; in GetTypeValByStatement()
310 typeVal = Nil(); in GetTypeValByStatement()
331 typeVal = asset; in GetBlobByStatement()
343 typeVal = assets; in GetBlobByStatement()
[all …]
H A Dsqlite_relational_utils.h36 static int BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal);
51 static int BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal);
53 static int GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
54 static int GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp129 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
130 if (typeVal > 0) {
131 EXPECT_EQ(static_cast<int>(Fault::DF_DB_DAMAGE), typeVal);
191 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
192 if (typeVal > 0) {
193 EXPECT_EQ(static_cast<int>(Fault::RF_CLOSE_DB), typeVal);
347 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
348 if (typeVal > 0) {
379 auto typeVal = FakeHivew::GetInt("DB_SIZE"); variable
380 if (typeVal > 0) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp714 auto type = typeVal->ToString(runtime); in JsStroke()
1010 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsPath2DAddPath() local
1011 auto type = typeVal->ToString(runtime); in JsPath2DAddPath()
1301 auto type = typeVal->ToString(runtime); in JsMakePath2D()
1587 auto typeVal = proto->GetProperty(runtime, "__type"); in JsFillStyleSetter() local
1588 auto type = typeVal->ToString(runtime); in JsFillStyleSetter()
1638 auto type = typeVal->ToString(runtime); in JsStrokeStyleSetter()
2167 if (!typeVal) { in JsIsPointInStroke()
2170 auto type = typeVal->ToString(runtime); in JsIsPointInStroke()
2210 if (!typeVal) { in JsIsPointInPath()
[all …]
H A Djsi_canvas_bridge.cpp916 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsStroke() local
917 auto type = typeVal->ToString(runtime); in JsStroke()
1209 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsPath2DAddPath() local
1210 auto type = typeVal->ToString(runtime); in JsPath2DAddPath()
1499 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsMakePath2D() local
1500 auto type = typeVal->ToString(runtime); in JsMakePath2D()
1978 auto typeVal = proto->GetProperty(runtime, "__type"); in JsFillStyleSetter() local
1979 auto type = typeVal->ToString(runtime); in JsFillStyleSetter()
2018 auto typeVal = proto->GetProperty(runtime, "__type"); in JsStrokeStyleSetter() local
2019 auto type = typeVal->ToString(runtime); in JsStrokeStyleSetter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp952 JSRef<JSVal> typeVal = paramObject->GetProperty("types"); in AnalyzerConfig() local
954 if (typeVal->IsArray()) { in AnalyzerConfig()
955 auto array = JSRef<JSArray>::Cast(typeVal); in AnalyzerConfig()
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp149 napi_value typeVal = nullptr; variable
153 napi_get_named_property(env, element, op.type.c_str(), &typeVal);
158 convertXml->DealNapiStrValue(env, typeVal, typeStr);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1276 std::string typeVal; in MakeWantFromCmd() local
1604 typeVal = optarg; in MakeWantFromCmd()
1858 if (!typeVal.empty()) { in MakeWantFromCmd()
1859 want.SetType(typeVal); in MakeWantFromCmd()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp2695 auto typeVal = float(SheetType::SHEET_BOTTOM); variable
2696 auto onTypeDidChangeFunc = [&typeVal](float type) { typeVal = type; }; in __anon3aa214335902()