Home
last modified time | relevance | path

Searched defs:key (Results 1 - 25 of 70) sorted by relevance

123

/developtools/hdc/hdc_rust/src/cffi/
H A Dgetparameter.cpp19 extern "C" int GetParam(const char* key, char* out) in GetParam() argument
H A Dsys_para.cpp19 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 DParamException.java29 public ParamException(String key) { in ParamException() argument
39 public ParamException(String key, String message) { in ParamException() argument
/developtools/hdc/src/daemon/
H A Dsystem_depend.h23 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 Dsystem_depend.cpp36 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 Dhost_usb_wrapper.cpp66 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 Druntime.go
/developtools/packing_tool/adapter/ohos/
H A DBinaryTool.java172 public static Optional<String> getValueFromJsonFileContent(final String key, final String subKey, in getValueFromJsonFileContent() argument
/developtools/profiler/device/plugins/xpower_plugin/test/
H A Dxpower_main.cpp31 std::string key = argv[i]; in ParseArgs() local
/developtools/hdc/src/common/
H A Dcircle_buffer.cpp70 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 Dbase.h243 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 DKeyPairTools.java130 public static String key2String(Key key) { in key2String() argument
/developtools/global_resource_tool/src/
H A Dresource_check.cpp66 void ResourceCheck::CheckNodeInResourceItem(const string &key, const ResourceItem &resourceItem) in CheckNodeInResourceItem() argument
H A Dtranslatable_parser.cpp129 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 DCmdUtil.java94 private static boolean validAndPutParam(Params params, String key, String value) { in validAndPutParam() argument
[all...]
/developtools/hiperf/test/unittest/common/native/
H A Dreport_test.cpp421 ReportKey key = { in HWTEST_F() local
455 ReportKey key in HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dcode_sign_block_test.cpp50 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 Dhdc_connect.cpp65 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 Dtask_pool_filter.cpp50 std::string key; in TaskPoolFieldSegmentation() local
/developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
H A Dhi_sysevent_measure_filter.h40 std::vector<std::string> key; member
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dcode_sign_block.cpp29 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 Dhashlistpp.h25 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 Dreport.cpp378 auto &key = reportKeyMap_.at(keyName); in OutputStdHead() local
[all...]
H A Dreport_json_file.cpp44 std::string key = "SymbolMap"; in OutputJsonFunctionMap() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpt_json.cpp65 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...]

Completed in 12 milliseconds

123