Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h70 struct Options { struct
75 int debugPort = -1;
80 std::string url;
81 std::string language;
82 std::string region;
83 std::string script;
84 uint32_t themeId;
85 int32_t deviceWidth;
86 int32_t deviceHeight;
87 bool isRound;
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h37 struct Options { struct
39 std::string bundleName;
40 std::string moduleName;
41 std::string codePath;
42 std::string bundleCodeDir;
43 std::string hapPath;
49 bool loadAce = true;
50 bool preload = false;
51 bool isBundle = true;
54 bool isStageModel = true;
[all …]
H A Djs_runtime_lite.h29 using Options = OHOS::AbilityRuntime::Runtime::Options; variable
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.h34 struct Options { struct
38 std::string text = "_text";
43 std::string type = "_type";
46 bool compact = false;
47 bool trim = false;
48 bool nativetype = false;
50 bool addparent = false;
51 bool alwaysArray = false;
58 bool ignoreCdata = false;
60 bool ignoreText = false;
[all …]
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h32 struct Options { struct
34 Options(const std::string inputFilePath) : filePath(inputFilePath) in Options() function
38 Options(const char *inputFilePath) : filePath(inputFilePath) in Options() argument
42Options(const std::string &inputFilePath, const std::string &inputbundleName, const std::string &i… in Options() argument
47Options(const std::string &inputFilePath, const std::string &inputbundleName, const std::string &i… in Options() function
57 bool isEnhance = false;
/ohos5.0/base/security/security_guard/test/unittest/mock/preferences/
H A Dpreferences_helper.h28 struct Options { struct
30 Options(const std::string inputFilePath) : filePath(inputFilePath) in Options() function
34 Options(const char *inputFilePath) : filePath(inputFilePath) in Options() argument
38Options(const std::string &inputFilePath, const std::string &inputbundleName, const std::string &i… in Options() function
/ohos5.0/base/startup/appspawn/test/mock/
H A Djs_runtime.h32 struct Options { struct
48 static std::unique_ptr<Runtime> Create(const Options &options) in Create() argument
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.h41 struct Options { struct
42 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE;
43 std::string acceleratorName;
67 // This makes a copy of any data that it needs from Options, so argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_utils.h100 struct Options { struct
111 Options() in Options() function
127 using OPTIONS = struct Options; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h433 struct Options { struct
443 bool encrypt = false;
457 bool backup = true;
468 bool syncable = true;
472 bool rebuild = false;
484 int32_t area = EL1;
536 Group group;
540 RoleType role;
557 struct Config {
561 } config;
[all …]
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-compile-rule.md90 #### Options subsubsection
696 #### Options subsubsection
1090 #### Options subsubsection
1119 #### Options subsubsection
1156 #### Options subsubsection
1166 #### Options subsubsection
1178 #### Options subsubsection
1191 #### Options subsubsection
1204 #### Options subsubsection
1215 #### Options subsubsection
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h31 using Options = DistributedKv::Options; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Dbindings_implementation.h50 MethodOptions Options() const in Options() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_util.h45 using Options = OHOS::DistributedKv::Options; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-sendablePreferences.md304 ## Options section
H A Djs-apis-data-unifiedDataChannel.md877 ## Options section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-sendablePreferences.md304 ## Options section
H A Djs-apis-data-unifiedDataChannel.md878 ## Options section
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp36 using Options = OHOS::DistributedKv::Options; typedef
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.h129 Options() in Options() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmethod.rs165 Options, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h161 using Options = DistributedRdb::RdbService::Option; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h69 using Options = OHOS::DistributedKv::Options; variable
/ohos5.0/foundation/ability/idl_tool/util/
H A Doptions.h25 Options(int argc, char** argv) in Options() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h206 Options() in Options() function

12