Home
last modified time | relevance | path

Searched refs:SINGLE (Results 1 - 25 of 32) sorted by relevance

12

/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h45 SINGLE, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_target.h25 SINGLE, member in OHOS::Ace::RouterMode
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_txt.h69 RSSymbolRenderingStrategy renderMode_ = RSSymbolRenderingStrategy::SINGLE;
H A Dhm_symbol_run.cpp41 renderMode = RSSymbolRenderingStrategy::SINGLE; in GetSymbolLayers()
64 // SINGLE and HIERARCHICAL: Supports single color setting in SetSymbolRenderColor()
65 case RSSymbolRenderingStrategy::SINGLE: in SetSymbolRenderColor()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_txt_test.cpp54 EXPECT_EQ(textStyle.symbol.GetRenderMode(), Drawing::DrawingSymbolRenderingStrategy::SINGLE); in HWTEST_F()
302 symbolTxt.SetRenderMode(Drawing::DrawingSymbolRenderingStrategy::SINGLE); in HWTEST_F()
303 symbolTxt1.SetRenderMode(Drawing::DrawingSymbolRenderingStrategy::SINGLE); in HWTEST_F()
308 symbolTxt.SetRenderMode(Drawing::DrawingSymbolRenderingStrategy::SINGLE); in HWTEST_F()
309 symbolTxt1.SetRenderMode(Drawing::DrawingSymbolRenderingStrategy::SINGLE); in HWTEST_F()
H A Dhm_symbol_run_test.cpp121 RSSymbolRenderingStrategy renderMode = RSSymbolRenderingStrategy::SINGLE; in HWTEST_F()
168 RSSymbolRenderingStrategy renderMode = RSSymbolRenderingStrategy::SINGLE; in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/test/unittest/class_file/
H A Drust_test.cpp335 int ret = Mkdirs(filePathSingle, SINGLE); in HWTEST_F()
385 int ret = Mkdirs(filePathSingle, SINGLE); in HWTEST_F()
423 int ret = Mkdirs(filePath, SINGLE); in HWTEST_F()
463 int ret = Mkdirs(filePath, SINGLE); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dhm_symbol_txt.h81 Drawing::DrawingSymbolRenderingStrategy renderMode_ = Drawing::DrawingSymbolRenderingStrategy::SINGLE;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_double_write_concurrent_test.cpp187 * @tc.desc: open SINGLE db, write, close, reopen MAIN_REPLICA db, wait for backup, insert, check count
194 config.SetHaMode(HAMode::SINGLE); in HWTEST_F()
281 * @tc.desc: open SINGLE db, write, close, reopen MAIN_REPLICA db, wait for backup, insert, check count
288 config.SetHaMode(HAMode::SINGLE); in HWTEST_F()
320 * @tc.desc: open SINGLE db, write, close, reopen MAIN_REPLICA db, insert, wait for backup, check count
327 config.SetHaMode(HAMode::SINGLE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h34 enum class HandleShowMode { DOUBLE, SINGLE, NONE }; member in OHOS::Ace::NG::HandleShowMode
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dhm_symbol_txt.cpp69 renderMode_ = Drawing::DrawingSymbolRenderingStrategy::SINGLE; in SetRenderMode()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h121 SINGLE = 0, enumerator
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h68 SINGLE = 0,
276 int32_t haMode_ = HAMode::SINGLE;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h33 SINGLE, member in OHOS::Ace::CJPageRouterAbstract::RouterMode
H A Dcj_page_router_ng.cpp356 if (mode == RouterMode::SINGLE) { in StartPush()
379 if (mode == RouterMode::SINGLE) { in StartReplace()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h130 SINGLE = 0,
699 int32_t haMode_ = HAMode::SINGLE;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h65 int32_t haMode = HAMode::SINGLE;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp277 if (target.routerMode == RouterMode::SINGLE) { in PushNamedRouteInner()
1116 if (target.routerMode == RouterMode::SINGLE) { in PushOhmUrl()
1186 if (info.routerMode == RouterMode::SINGLE) { in StartPush()
1212 if (info.routerMode == RouterMode::SINGLE) { in ReplaceOhmUrl()
1679 * Case1(RestorePageDestination::TOP), eg: router.pushUrl(options, RouterMode.SINGLE) in RestorePageWithTargetInner()
1694 * router.replacePath({url: 'page/Index'}, RouterMode.SINGLE) (newLifeCycle) in RestorePageWithTargetInner()
1991 if (info.routerMode == RouterMode::SINGLE) { in DealReplacePage()
2060 if (info.routerMode == RouterMode::SINGLE) { in ReplacePageInNewLifecycle()
2068 // replace top self in SINGLE mode, do nothing. in ReplacePageInNewLifecycle()
H A Dpage_router_manager.h56 SINGLE, member in OHOS::Ace::NG::RouterMode
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp36 const uint8_t ObexHdrSrmMode::SINGLE; member in OHOS::bluetooth::ObexHdrSrmMode
642 AppendByte(ObexHeader::SRM, srm ? ObexHdrSrmMode::SINGLE : ObexHdrSrmMode::NORMAL); in AppendItemSrm()
803 return headerItem->GetByte() == ObexHdrSrmMode::SINGLE; in GetItemSrm()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp119 if (errCode != E_SQLITE_CORRUPT || (haMode_ == HAMode::SINGLE && (backup_ != DUAL_WRITE && backup_ != PERIODIC))) { in TryAndSend()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp208 SET_NAPI_PROPERTY(haMode, "SINGLE", int32_t(NativeRdb::HAMode::SINGLE)); in ExportHAMode()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1497 if (config_.GetHaMode() != HAMode::SINGLE && SqliteUtils::IsSlaveDbName(databasePath)) { in InnerBackup()
1685 if (isReadOnly_ || (config_.GetDBType() == DB_VECTOR) || config_.GetHaMode() != HAMode::SINGLE) { in Attach()
2234 config.SetHaMode(HAMode::SINGLE); in CreateWritableConn()
2289 if (!srcPath.empty() || config_.GetHaMode() == HAMode::SINGLE || config_.GetDBType() != DB_SQLITE) { in TryGetMasterSlaveBackupPath()
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp31 static constexpr uint32_t SINGLE = 1; member
839 napi_create_uint32(env, SINGLE, &prop); in RouterExport()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h190 SINGLE = 1, enumerator

Completed in 23 milliseconds

12