Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dbatch-database-operations-guide.md20 const CONFIG: relationalStore.StoreConfig = {
26 let store: relationalStore.RdbStore = await relationalStore.getRdbStore(context, CONFIG);
42 const CONFIG: relationalStore.StoreConfig = {
57 const CONFIG: relationalStore.StoreConfig = {
82 const CONFIG: relationalStore.StoreConfig = {
88 await relationalStore.deleteRdbStore(context, CONFIG);
183 const CONFIG: relationalStore.StoreConfig = {
205 const CONFIG: relationalStore.StoreConfig = {
220 const CONFIG: relationalStore.StoreConfig = {
251 const CONFIG: relationalStore.StoreConfig = {
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/cjson/
H A Dcjson.pro2 CONFIG += staticlib
3 CONFIG += console c++11
4 CONFIG -= app_bundle
5 CONFIG -= qt
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dbatch-database-operations-guide.md20 const CONFIG: relationalStore.StoreConfig = {
26 let store: relationalStore.RdbStore = await relationalStore.getRdbStore(context, CONFIG);
42 const CONFIG: relationalStore.StoreConfig = {
57 const CONFIG: relationalStore.StoreConfig = {
82 const CONFIG: relationalStore.StoreConfig = {
88 await relationalStore.deleteRdbStore(context, CONFIG);
183 const CONFIG: relationalStore.StoreConfig = {
205 const CONFIG: relationalStore.StoreConfig = {
220 const CONFIG: relationalStore.StoreConfig = {
251 const CONFIG: relationalStore.StoreConfig = {
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_xml_parser_test.cpp33 static constexpr char CONFIG[] = "/sys_prod/etc/graphic/hgm_policy_config.xml"; member in OHOS::Rosen::HgmXmlParserTest
56 int32_t load = parser->LoadConfiguration(CONFIG);
71 int32_t load = parser->LoadConfiguration(CONFIG);
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_kv_storage_test.cpp34 static const std::string CONFIG = "testConfig"; variable
57 BUNDLE_NAME, CONFIG, TOKENID);
88 int32_t res = SandboxConfigKvDataStorage::GetInstance().AddOrUpdateValue("", CONFIG);
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-standard-sched-cpuisolation.md12 打开相关配置项及依赖。启用CPU轻量级隔离,需要通过编译内核时打开相应的配置项及依赖,相关CONFIG如下:
19 另有部分CONFIG被依赖:
H A Dkernel-standard-sched-rtg.md12 打开相关配置项及依赖。启用关联线程组功能,需要通过编译内核时打开相应的配置项及依赖,相关CONFIG如下:
21 另有部分CONFIG被依赖:
H A Dkernel-standard-mm-eswap.md17 启用ESwap,需要通过编译内核时打开相应的配置项及依赖,ESwap相关CONFIG如下:
31 同时,开启ESwap需依赖以下CONFIG
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/qrcodegen/
H A Dqrcodegen.pro1 CONFIG -= qt
5 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/zlib/
H A Dzlib.pro1 CONFIG -= qt
5 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/libpng/
H A Dlibpng.pro1 CONFIG -= qt
4 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/giflib/
H A Dgiflib.pro1 CONFIG -= qt
6 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/harfbuzz/
H A Dharfbuzz.pro1 CONFIG -= qt
4 CONFIG += staticlib
6 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/icu/
H A Dicu.pro1 CONFIG -= qt
5 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/autotest/
H A Dauto_test.pro4 CONFIG += qt
8 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/libjpeg-turbo/
H A Dlibjpeg-turbo.pro1 CONFIG -= qt
6 CONFIG += c++11
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_constant.cpp31 const DistributedDB::KvStoreConfig DistributedDBConstant::CONFIG = { member in DistributedDBDataGenerator::DistributedDBConstant
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/freetype/
H A Dfreetype.pro1 CONFIG -= qt
4 CONFIG += c++11
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/
H A Dsimulator.pro3 CONFIG += ordered
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/
H A Dsimulator.pro2 CONFIG += ordered
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_constant.h84 static const DistributedDB::KvStoreConfig CONFIG; variable
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-linux-kernel.md124 Enable the CONFIG macros **CONFIG\_HILOG** and **CONFIG\_HIEVENT** in the kernel **config** section.
204 - In **menuconfig**, **CONFIG\_DRIVERS\_HDF\_TEST** is set to **y**.
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/test/
H A Dtest.pro1 CONFIG -= qt
5 CONFIG += c++11
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/
H A Dhisysevent.yaml35 CONFIG: {type: INT64, desc: limit max to xx}
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_create_test.cpp260 ASSERT_EQ(manager->SetKvStoreConfig(DistributedDBConstant::CONFIG), DBStatus::OK);
317 SetDir(DistributedDBConstant::CONFIG.dataDir);
323 status = manager->SetKvStoreConfig(DistributedDBConstant::CONFIG);
488 SetDir(DistributedDBConstant::CONFIG.dataDir);
499 manager->SetKvStoreConfig(DistributedDBConstant::CONFIG);
569 SetDir(DistributedDBConstant::CONFIG.dataDir);
570 EXPECT_EQ(manager->SetKvStoreConfig(DistributedDBConstant::CONFIG), OK);
717 manager->SetKvStoreConfig(DistributedDBConstant::CONFIG);

12