| /developtools/hdc/hdc_rust/src/cffi/ |
| H A D | getparameter.cpp | 19 extern "C" int GetParam(const char* key, char* out) in GetParam() argument
|
| H A D | sys_para.cpp | 19 extern "C" int SetParameterEx(const char *key, const char *val) in SetParameterEx() argument 24 extern "C" int GetParameterEx(const char *key, const char *def, char *val, unsigned int len) in GetParameterEx() argument 29 extern "C" int WaitParameterEx(const char *key, const char *val, int timeout) in WaitParameterEx() argument 35 bool SetDevItem(const char *key, const char *value) in SetDevItem() argument 40 bool GetDevItem(const char *key, std::string &out, const char *preDefine) in GetDevItem() argument [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/ |
| H A D | ParamException.java | 29 public ParamException(String key) { in ParamException() argument 39 public ParamException(String key, String message) { in ParamException() argument
|
| /developtools/hdc/src/daemon/ |
| H A D | system_depend.h | 23 inline bool GetDevItem(const char *key, string value) in GetDevItem() argument 27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem() argument
|
| H A D | system_depend.cpp | 36 bool SetDevItem(const char *key, const char *value) in SetDevItem() argument 49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem() argument 72 uint32_t GetDevUint(const char *key, uint32_t defaultValue) in GetDevUint() argument
|
| /developtools/hdc/hdc_rust/src/cffi/host/ |
| H A D | host_usb_wrapper.cpp | 66 char* key = new char[len + 1];
in OnDeviceConnected() local 85 char* key = new char[len + 1];
in WriteUsb() local 110 char* key = new char[len + 1]; ReadUsb() local 132 char* key = new char[len + 1]; CancelUsbIo() local [all...] |
| /developtools/integration_verification/tools/fotff/utils/ |
| H A D | runtime.go | |
| /developtools/packing_tool/adapter/ohos/ |
| H A D | BinaryTool.java | 172 public static Optional<String> getValueFromJsonFileContent(final String key, final String subKey, in getValueFromJsonFileContent() argument
|
| /developtools/profiler/device/plugins/xpower_plugin/test/ |
| H A D | xpower_main.cpp | 31 std::string key = argv[i];
in ParseArgs() local
|
| /developtools/hdc/src/common/ |
| H A D | circle_buffer.cpp | 70 uint64_t key = reinterpret_cast<uint64_t>(data->buf); in Malloc() local 81 uint64_t key = reinterpret_cast<uint64_t>(buf); in Free() local
|
| H A D | base.h | 243 inline bool SetHdcProperty(const char *key, const char *value) in SetHdcProperty() argument 248 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty() argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| H A D | KeyPairTools.java | 130 public static String key2String(Key key) { in key2String() argument
|
| /developtools/global_resource_tool/src/ |
| H A D | resource_check.cpp | 66 void ResourceCheck::CheckNodeInResourceItem(const string &key, const ResourceItem &resourceItem)
in CheckNodeInResourceItem() argument
|
| H A D | translatable_parser.cpp | 129 bool TranslatableParse::ReplaceTranslateTags(cJSON *node, const char *key) in ReplaceTranslateTags() argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/ |
| H A D | CmdUtil.java | 94 private static boolean validAndPutParam(Params params, String key, String value) { in validAndPutParam() argument [all...] |
| /developtools/hiperf/test/unittest/common/native/ |
| H A D | report_test.cpp | 421 ReportKey key = { in HWTEST_F() local 455 ReportKey key in HWTEST_F() local [all...] |
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/ |
| H A D | code_sign_block_test.cpp | 50 const std::string key; in HWTEST_F() local 128 std::string key = "test.so"; in HWTEST_F() local 146 std::string key; in HWTEST_F() local
|
| /developtools/hdc/src/register/ |
| H A D | hdc_connect.cpp | 65 static void GetDevItem(const char *key, std::string &out, const char *preDefine = nullptr) in GetDevItem() argument
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| H A D | task_pool_filter.cpp | 50 std::string key; in TaskPoolFieldSegmentation() local
|
| /developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/ |
| H A D | hi_sysevent_measure_filter.h | 40 std::vector<std::string> key; member
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| H A D | code_sign_block.cpp | 29 void CodeSignBlock::AddOneMerkleTree(const std::string& key, const std::vector<int8_t>& merkleTree) in AddOneMerkleTree() argument 43 std::vector<int8_t> CodeSignBlock::GetOneMerkleTreeByFileName(const std::string& key) in GetOneMerkleTreeByFileName() argument
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| H A D | hashlistpp.h | 25 LinkNode<Key, Val>::LinkNode(const Key &key) : key_ {key} {}
in LinkNode() argument 28 LinkNode<Key, Val>::LinkNode(const Key &key, const Val &val) : key_ {key}, val_ {val} {}
in LinkNode() argument 31 LinkNode<Key, Val>::LinkNode(const Key &key, Val &&val) : key_ {key}, val_ {std::move(val)} {}
in LinkNode() argument 686 Val& HashList<Key, Val>::operator[](const Key &key)
in operator []() argument 713 push_front(const Key& key, const Val& val) push_front() argument 726 push_front(const Key& key, Val&& val) push_front() argument 739 push_back(const Key& key, const Val& val) push_back() argument 752 push_back(const Key& key, Val&& val) push_back() argument [all...] |
| /developtools/hiperf/src/ |
| H A D | report.cpp | 378 auto &key = reportKeyMap_.at(keyName); in OutputStdHead() local [all...] |
| H A D | report_json_file.cpp | 44 std::string key = "SymbolMap"; in OutputJsonFunctionMap() local
|
| /developtools/packing_tool/packing_tool/frameworks/src/json/ |
| H A D | pt_json.cpp | 65 bool PtJson::Add(const char *key, bool value) const in Add() argument 85 bool PtJson::Add(const char *key, int32_t value) const in Add() argument 90 bool PtJson::Add(const char *key, int64_t value) const in Add() argument 95 bool PtJson::Add(const char *key, uint32_t value) const in Add() argument 100 Add(const char *key, double value) const Add() argument 120 Add(const char *key, const char *value) const Add() argument 140 Add(const char *key, const std::unique_ptr<PtJson> &value) const Add() argument 346 GetBool(const char *key, bool *value) const GetBool() argument 360 SetBool(const char *key, const bool& value) SetBool() argument 370 GetInt(const char *key, int32_t *value) const GetInt() argument 380 SetInt(const char *key, const int32_t& value) SetInt() argument 390 GetInt64(const char *key, int64_t *value) const GetInt64() argument 400 SetInt64(const char *key, const int64_t& value) SetInt64() argument 410 GetUInt(const char *key, uint32_t *value) const GetUInt() argument 420 SetUInt(const char *key, const uint32_t& value) SetUInt() argument 430 GetUInt64(const char *key, uint64_t *value) const GetUInt64() argument 440 SetUInt64(const char *key, const uint64_t& value) SetUInt64() argument 450 GetDouble(const char *key, double *value) const GetDouble() argument 464 SetDouble(const char *key, const double& value) SetDouble() argument 474 GetString(const char *key, std::string *value) const GetString() argument 488 SetString(const char *key, const std::string& value) SetString() argument 501 GetObject(const char *key, std::unique_ptr<PtJson> *value) const GetObject() argument 515 GetArray(const char *key, std::unique_ptr<PtJson> *value) const GetArray() argument 529 GetAny(const char *key, std::unique_ptr<PtJson> *value) const GetAny() argument [all...] |