Home
last modified time | relevance | path

Searched defs:typeVal (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
Ddistributeddata_dfx_ut_test.cpp129 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
191 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
347 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); variable
379 auto typeVal = FakeHivew::GetInt("DB_SIZE"); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_utils.cpp162 int SQLiteRelationalUtils::BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindStatementByType()
198 …t SQLiteRelationalUtils::BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindExtendStatementByType()
244 Type typeVal; in GetSelectVBucket() local
270 int SQLiteRelationalUtils::GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetTypeValByStatement()
316 int SQLiteRelationalUtils::GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) in GetBlobByStatement()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_offscreen_canvas_bridge.cpp713 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsStroke() local
1010 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsPath2DAddPath() local
1300 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsMakePath2D() local
1587 auto typeVal = proto->GetProperty(runtime, "__type"); in JsFillStyleSetter() local
1637 auto typeVal = proto->GetProperty(runtime, "__type"); in JsStrokeStyleSetter() local
2166 auto typeVal = proto->GetProperty(runtime, "__type"); in JsIsPointInStroke() local
2209 auto typeVal = proto->GetProperty(runtime, "__type"); in JsIsPointInPath() local
Djsi_canvas_bridge.cpp916 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsStroke() local
1209 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsPath2DAddPath() local
1499 auto typeVal = argv[0]->GetProperty(runtime, "__type"); in JsMakePath2D() local
1978 auto typeVal = proto->GetProperty(runtime, "__type"); in JsFillStyleSetter() local
2018 auto typeVal = proto->GetProperty(runtime, "__type"); in JsStrokeStyleSetter() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_image.cpp593 JSRef<JSVal> typeVal = paramObject->GetProperty("colorContent_"); in ParseColorContent() local
1026 JSRef<JSVal> typeVal = paramObject->GetProperty("types"); in AnalyzerConfig() local
/foundation/ability/ability_runtime/tools/aa/src/
Dability_command.cpp1276 std::string typeVal; in MakeWantFromCmd() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
Doverlay_manager_test_ng.cpp2699 auto typeVal = float(SheetType::SHEET_BOTTOM); variable