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/
H A Ddistributeddata_dfx_ut_test.cpp129 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); in HWTEST_F() member
131 EXPECT_EQ(static_cast<int>(Fault::DF_DB_DAMAGE), typeVal); in HWTEST_F() local
191 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); in HWTEST_F() local
193 EXPECT_EQ(static_cast<int>(Fault::RF_CLOSE_DB), typeVal); in HWTEST_F() local
347 auto typeVal = FakeHivew::GetInt("ERROR_TYPE"); in HWTEST_F() local
349 EXPECT_EQ(static_cast<int>(Fault::SF_CREATE_DIR), typeVal); in HWTEST_F() local
379 auto typeVal in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp162 int SQLiteRelationalUtils::BindStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindStatementByType() argument
198 int SQLiteRelationalUtils::BindExtendStatementByType(sqlite3_stmt *statement, int cid, Type &typeVal) in BindExtendStatementByType() argument
244 Type typeVal; GetSelectVBucket() local
270 GetTypeValByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) GetTypeValByStatement() argument
316 GetBlobByStatement(sqlite3_stmt *stmt, int cid, Type &typeVal) GetBlobByStatement() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp937 JSRef<JSVal> typeVal = paramObject->GetProperty("types"); in AnalyzerConfig() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp2740 auto typeVal = float(SheetType::SHEET_BOTTOM); in HWTEST_F() local
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1277 std::string typeVal; in MakeWantFromCmd() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A 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"); JsIsPointInStroke() local
2209 auto typeVal = proto->GetProperty(runtime, "__type"); JsIsPointInPath() local
[all...]
H A 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
[all...]

Completed in 28 milliseconds