Home
last modified time | relevance | path

Searched defs:type (Results 1 - 25 of 183) sorted by relevance

12345678

/developtools/profiler/device/base/src/
H A Di_semaphore.cpp19 ISemaphoreFactory& GetSemaphoreFactory(SemaphoreFactoryType type) in GetSemaphoreFactory() argument
/developtools/packing_tool/adapter/ohos/
H A DMetaDataInfo.java36 public String type = ""; field in MetaDataInfo
H A DCommonEvent.java44 public List<String> type = new ArrayList<String>(); field in CommonEvent
H A DResourceIndexResult.java29 public String type = ""; field in ResourceIndexResult
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dkernel_symbols_parser.h29 char type = 0; member
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dextension.h38 int32_t type; member in OHOS::SignatureTools::Extension
H A Delf_sign_block.h45 int32_t type = MERKLE_TREE_INLINED; member in OHOS::SignatureTools::ElfSignBlock
H A Dsegment_header.h45 int32_t type; member in OHOS::SignatureTools::SegmentHeader
/developtools/global_resource_tool/src/
H A Dfactory_resource_compiler.cpp25 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &output) in CreateCompiler() argument
34 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompilerForAppend(ResType type, const string &output) in CreateCompilerForAppend() argument
[all...]
H A Dappend_compiler.cpp24 AppendCompiler::AppendCompiler(ResType type, const string &output) : IResourceCompiler(type, output) in AppendCompiler() argument
H A Dresource_directory.cpp83 ResType type = ResourceUtil::GetResTypeByDir(fileCluster); in ScanResourceLimitKeyDir() local
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/codesigning/codesigning_fuzzer/
H A Dcodesigning_fuzzer.cpp33 int32_t type = 1; in SigningBlockObjectBuild() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dsignature_block_types_test.cpp43 char type = SignatureBlockTypes::GetProfileBlockTypes("0"); in HWTEST_F() local
59 char type = SignatureBlockTypes::GetProfileBlockTypes("1"); in HWTEST_F() local
75 char type = SignatureBlockTypes::GetProfileBlockTypes("2"); in HWTEST_F() local
91 char type = SignatureBlockTypes::GetProfileBlockTypes(""); HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler.h38 void SetClockId(int32_t type) in SetClockId() 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
H A Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() argument
48 std::vector<int8_t> BlockHead::GetBlockHeadLittleEndian(const char type, const char tag, in GetBlockHeadLittleEndian() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_descriptor_with_sign.h40 int32_t type = FsVerityDescriptor::FS_VERITY_DESCRIPTOR_TYPE;; member in OHOS::SignatureTools::FsVerityDescriptorWithSign
/developtools/smartperf_host/trace_streamer/src/filter/
H A Dstat_filter.cpp26 void StatFilter::IncreaseStat(SupportedTraceEventType eventType, StatType type) in IncreaseStat() argument
H A Dfilter_filter.cpp31 uint32_t FilterFilter::AddFilter(std::string type, std::string name, uint64_t arg) in AddFilter() argument
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
H A Dsyscall_stdtype.cpp19 size_t SysCall::AppendSysCallData(int64_t sysCallNum, DataIndex type, uint32_t ipid, uint64_t timeStamp, int64_t ret) in AppendSysCallData() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DSigningBlock.java24 private int type; 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/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor_with_sign.cpp35 FsVerityDescriptorWithSign::FsVerityDescriptorWithSign(int32_t type, int32_t length, in FsVerityDescriptorWithSign() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dfs_digest_utils_test.cpp56 DigestUtils::Type type = DigestUtils::Type::HEX; in HWTEST_F() local
79 DigestUtils::Type type = DigestUtils::Type::HEX; in HWTEST_F() local
97 DigestUtils::Type type = DigestUtils::Type::HEX; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dextension.cpp29 Extension::Extension(int32_t type, int32_t size) in Extension() argument
44 bool Extension::IsType(int32_t type) in IsType() argument
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/common/bytebuffer/bytebufferinit_fuzzer/
H A Dbytebufferinit_fuzzer.cpp27 int32_t type = 4; in ByteBufferTest001() local

Completed in 6 milliseconds

12345678