| /foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
| D | options.h | 70 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/ |
| D | runtime.h | 43 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/ |
| D | preferences.h | 31 struct Options { struct 33 Options(const std::string inputFilePath) : filePath(inputFilePath) in Options() function 37 Options(const char *inputFilePath) : filePath(inputFilePath) in Options() function 41 …Options(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/ |
| D | nnrt_delegate.h | 41 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/ |
| D | zip_utils.h | 100 struct Options { struct 111 Options() in Options() argument 127 using OPTIONS = struct Options; argument
|
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| D | types.h | 359 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/ |
| D | backup.rs | 37 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/ |
| D | kv_types_util.h | 31 using Options = DistributedKv::Options; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
| D | js_util.h | 45 using Options = OHOS::DistributedKv::Options; variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | bindings_implementation.h | 49 MethodOptions Options() const in Options() function
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| D | meta_data_test.cpp | 36 using Options = OHOS::DistributedKv::Options; typedef
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
| D | js_util.h | 69 using Options = OHOS::DistributedKv::Options; variable
|
| /foundation/ability/idl_tool/util/ |
| D | options.h | 25 Options(int argc, char** argv) in Options() function
|