/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 139 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 D | js_select.cpp | 272 } 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 D | js_select.h | 24 OPTION, enumerator
|
/ohos5.0/drivers/peripheral/sensor/test/benchmarktest/ |
H A D | sensor_single_interface_benchmark_test.cpp | 44 constexpr uint32_t OPTION = 0; variable 139 int32_t ret = g_sensorInterface->SetOption(SENSOR_ID, OPTION); in BENCHMARK_F()
|
H A D | sensor_benchmark_test.cpp | 47 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 D | kernel-small-debug-shell-file-mount.md | 11 mount [_-f_] [_-t TYPE_] [_-o OPTION,_] [[_DEVICE_] _DIR_]
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_constant.h | 36 OPTION, // Indicates that the user selected one of the provided options. enumerator
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-mount.md | 11 mount [_-f_] [_-t TYPE_] [_-o OPTION,_] [[_DEVICE_] _DIR_]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 136 SetNamedPropertyByInteger(env, obj, (int32_t)InputsSource::OPTION, "OPTION"); in InputsSourceInit()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 171 | 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 D | notification_napi.h | 55 OPTION enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 62 OPTION enumerator
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 171 | 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] |
|