/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_utils.cpp | 165 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 D | sqlite_relational_utils.h | 36 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 D | distributeddata_dfx_ut_test.cpp | 129 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 D | jsi_offscreen_canvas_bridge.cpp | 714 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 D | jsi_canvas_bridge.cpp | 916 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 D | js_image.cpp | 952 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 D | test_convertxml.cpp | 149 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 D | ability_command.cpp | 1276 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 D | overlay_manager_test_ng.cpp | 2695 auto typeVal = float(SheetType::SHEET_BOTTOM); variable 2696 auto onTypeDidChangeFunc = [&typeVal](float type) { typeVal = type; }; in __anon3aa214335902()
|