Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Doptions.h70 struct Options { struct
71 std::string bundleName;
72 std::string moduleName;
73 std::string modulePath;
74 std::string resourcePath;
75 int debugPort = -1;
76 std::string assetPath;
77 std::string systemResourcePath;
78 std::string appResourcePath;
79 std::string containerSdkPath;
[all …]
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
Druntime.h43 struct Options { struct
44 Language lang = Language::JS;
45 std::string bundleName;
46 std::string moduleName;
70 static std::unique_ptr<Runtime> Create(const Options& options); argument
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
Dpreferences.h31 struct Options { struct
33 Options(const std::string inputFilePath) : filePath(inputFilePath) in Options() function
37 Options(const char *inputFilePath) : filePath(inputFilePath) in Options() function
41Options(const std::string &inputFilePath, const std::string &inputbundleName, const std::string &i… in Options() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
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
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dzip_utils.h100 struct Options { struct
111 Options() in Options() argument
127 using OPTIONS = struct Options; argument
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
Dtypes.h359 struct Options { struct
364 bool createIfMissing = true;
369 bool encrypt = false;
373 bool persistent = true;
378 bool backup = true;
384 bool autoSync = false;
388 bool syncable = true;
392 bool rebuild = false;
396 int32_t securityLevel = INVALID_LABEL;
400 int32_t area = EL1;
[all …]
/foundation/filemanagement/app_file_service/utils/rust/tar/src/
Dbackup.rs37 pub struct Options { struct
39 pub stash_dir: PathBuf,
43 pub threshold_huge_file: usize,
47 pub threshold_split_tar: usize,
50 pub compress_algorithm: CompressAlgorithm,
108 option: Options, in backup_files()
196 impl Default for Options { implementation
267 option: Options, in new()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dkv_types_util.h31 using Options = DistributedKv::Options; variable
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
Djs_util.h45 using Options = OHOS::DistributedKv::Options; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
Dbindings_implementation.h49 MethodOptions Options() const in Options() function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dmeta_data_test.cpp36 using Options = OHOS::DistributedKv::Options; typedef
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
Djs_util.h69 using Options = OHOS::DistributedKv::Options; variable
/foundation/ability/idl_tool/util/
Doptions.h25 Options(int argc, char** argv) in Options() function