Home
last modified time | relevance | path

Searched defs:value (Results 1 - 25 of 152) sorted by relevance

1234567

/developtools/packing_tool/adapter/ohos/
H A DApiVersion.java34 public List<String> value = null; field in ApiVersion
H A DCountryCode.java34 public List<String> value = null; field in CountryCode
H A DScreenDensity.java34 public List<String> value = null; field in ScreenDensity
H A DScreenWindow.java34 public List<String> value = null; field in ScreenWindow
H A DScreenShape.java34 public List<String> value = null; field in ScreenShape
H A DCustomizeData.java31 public String value = ""; field in CustomizeData
H A DModuleMetadataInfo.java30 public String value = ""; field in ModuleMetadataInfo
H A DResourceIndexResult.java37 public String value = ""; field in ResourceIndexResult
/developtools/profiler/device/cmds/src/
H A Dcommand_param_switch.cpp18 CommandParamSwitch::CommandParamSwitch(bool& value) : boolSwitch_(value) {} in CommandParamSwitch() argument
20 void CommandParamSwitch::SetValue(bool value) in SetValue() 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
/developtools/packing_tool/packing_tool/frameworks/include/json/
H A Dmodule_metadata_info.h25 std::string value = ""; member
/developtools/smartperf_host/trace_streamer/src/metrics/
H A DmetaDataStrategy.h26 std::string value; member
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H A DProFileSigned.java27 private final String value; field in ProFileSigned
29 ProFileSigned(String value) { in ProFileSigned() argument
H A DSignCode.java27 private final String value; field in SignCode
29 SignCode(String value) { in SignCode() argument
H A DMode.java27 private final String value; field in Mode
29 Mode(String value) { in Mode() argument
H A DInForm.java28 private final String value; field in InForm
30 InForm(String value) { in InForm() argument
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dsigning_block.cpp21 SigningBlock::SigningBlock(const int32_t type, const std::vector<int8_t> &value) in SigningBlock() argument
28 SigningBlock::SigningBlock(const int32_t type, const std::vector<int8_t> &value, const int64_t offset) in SigningBlock() argument
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_utils.cpp34 bool ZipUtils::SetUInt32ToBuffer(ByteBuffer& buffer, int offset, int64_t value) in SetUInt32ToBuffer() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DSigningBlock.java26 private byte[] value; field in SigningBlock
36 public SigningBlock(int type, byte[] value) { in SigningBlock() argument
50 SigningBlock(int type, byte[] value, int offset) SigningBlock() argument
[all...]
/developtools/profiler/device/plugins/native_daemon/include/
H A Doption.h69 bool GetOptionValue(argsVector &args, std::string optionName, T &value) in GetOptionValue() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/common/bytebuffer/bytebufferinit_fuzzer/
H A Dbytebufferinit_fuzzer.cpp29 int16_t value = 6; in ByteBufferTest001() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dsigning_block_test.cpp43 std::vector<int8_t> value; in HWTEST_F() local
60 std::vector<int8_t> value; in HWTEST_F() local
78 std::vector<int8_t> value; in HWTEST_F() local
/developtools/hiperf/include/
H A Doption.h65 bool GetOptionValue(argsVector &args, std::string optionName, T &value) in GetOptionValue() argument
[all...]
/developtools/profiler/device/base/src/
H A Devent_notifier.cpp72 uint64_t value = UINT64_MAX; in Take() local
[all...]
H A Dposix_semaphore.cpp23 PosixSemaphore::PosixSemaphore(unsigned int value) in PosixSemaphore() argument
61 int value = 0; in Value() local
66 SemaphorePtr PosixSemaphoreFactory::Create(unsigned int value) in Create() argument

Completed in 6 milliseconds

1234567