Home
last modified time | relevance | path

Searched refs:OPTION (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp139 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
151 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
179 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
212 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
287 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
330 std::make_unique<SQLiteSingleVerResultSet>(nullptr, EMPTY_KEY, OPTION);
339 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
351 std::make_unique<SQLiteSingleVerResultSet>(errStore, EMPTY_KEY, OPTION);
362 std::make_unique<SQLiteSingleVerResultSet>(g_store, queryObject, OPTION);
386 std::make_unique<SQLiteSingleVerResultSet>(g_store, EMPTY_KEY, OPTION);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp272 } else if (type == SelectFontType::OPTION) { in ParseFontSize()
289 } else if (type == SelectFontType::OPTION) { in ParseFontWeight()
305 } else if (type == SelectFontType::OPTION) { in ParseFontFamily()
321 } else if (type == SelectFontType::OPTION) { in ParseFontStyle()
334 if (type == SelectFontType::OPTION) { in ResetFontSize()
348 } else if (type == SelectFontType::OPTION) { in ResetFontWeight()
363 } else if (type == SelectFontType::OPTION) { in ResetFontFamily()
378 } else if (type == SelectFontType::OPTION) { in ResetFontStyle()
495 ResetFont(SelectFontType::OPTION); in OptionFont()
502 ParseFontSize(param->GetProperty("size"), SelectFontType::OPTION); in OptionFont()
[all …]
H A Djs_select.h24 OPTION, enumerator
/ohos5.0/drivers/peripheral/sensor/test/benchmarktest/
H A Dsensor_single_interface_benchmark_test.cpp44 constexpr uint32_t OPTION = 0; variable
139 int32_t ret = g_sensorInterface->SetOption(SENSOR_ID, OPTION); in BENCHMARK_F()
H A Dsensor_benchmark_test.cpp47 constexpr uint32_t OPTION = 0; variable
301 ret = g_sensorInterface->SetOption(iter.sensorId, OPTION); in BENCHMARK_F()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-file-mount.md11 mount [_-f_] [_-t TYPE_] [_-o OPTION,_] [[_DEVICE_] _DIR_]
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h36 OPTION, // Indicates that the user selected one of the provided options. enumerator
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-mount.md11 mount [_-f_] [_-t TYPE_] [_-o OPTION,_] [[_DEVICE_] _DIR_]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp136 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::OPTION, "OPTION"); in InputsSourceInit()
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dtoybox.md171 | blockdev | 对每个命令中的块设备调用ioctl。<br />usage: blockdev --OPTION... BLOCKDEV... |
189 | mount | 在目录上挂载新的文件系统。如果没有参数,则显示现有的挂载。<br />usage: mount [-afFrsvw] [-t TYPE] [-o OPTION,] […
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h55 OPTION enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h62 OPTION enumerator
/ohos5.0/docs/en/application-dev/tools/
H A Dtoybox.md171 | blockdev | Invokes ioctl for the block device in each command.<br>usage: blockdev --OPTION... …
189 …e existing mounts are displayed.<br>usage: mount [-afFrsvw] [-t TYPE] [-o OPTION,] [[DEVICE] DIR] |