Home
last modified time | relevance | path

Searched refs:cap (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_capability_manager_test.cpp66 ProfilerPluginCapability cap; in HWTEST_F() local
67 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); in HWTEST_F()
68 cap.set_name("cap_" + std::to_string(i)); in HWTEST_F()
69 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(cap)); in HWTEST_F()
86 ProfilerPluginCapability cap; in HWTEST_F() local
87 cap.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so"); in HWTEST_F()
88 cap.set_name("cap_" + std::to_string(i)); in HWTEST_F()
89 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(cap)); in HWTEST_F()
93 ProfilerPluginCapability cap; in HWTEST_F() local
94 cap in HWTEST_F()
132 ProfilerPluginCapability cap; HWTEST_F() local
141 auto cap = caps[i]; HWTEST_F() local
[all...]
H A Dprofiler_service_test.cpp211 ProfilerPluginCapability cap; in HWTEST_F() local
212 cap.set_name("cap1"); in HWTEST_F()
220 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(cap)); in HWTEST_F()
244 ProfilerPluginCapability cap; in HWTEST_F() local
245 cap.set_name("cap1"); in HWTEST_F()
253 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(cap)); in HWTEST_F()
261 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().RemoveCapability(cap.name())); in HWTEST_F()
289 ProfilerPluginCapability cap; in HWTEST_F() local
290 cap.set_name("cap_" + std::to_string(i)); in HWTEST_F()
291 EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(cap)); in HWTEST_F()
[all...]
/developtools/integration_verification/tools/fotff/res/
H A Dres.go77 if cap(res.devicePool) < cap(res.serverPool) {
78 return cap(res.devicePool)
80 return cap(res.serverPool)
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Drandom_access_file_input.cpp81 int cap = buffer.GetCapacity(); in CopyTo() local
82 buffer.SetPosition(cap); in CopyTo()
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs260 .map(|cap| { in read_smaps()
261 let key = cap.get(1).unwrap().as_str().to_owned(); in read_smaps()
262 let value = cap.get(2).unwrap().as_str().parse().unwrap(); in read_smaps()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dbyte_buffer.h104 DLL_EXPORT void SetCapacity(int32_t cap);
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dbyte_buffer.cpp620 void ByteBuffer::SetCapacity(int32_t cap) in SetCapacity() argument
628 Init(cap); in SetCapacity()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h2492 __u32 cap[2]; member
16803 u8 cap; member
18931 __u32 cap; member
26809 struct audit_cap_data cap; member
54164 int cap; global() member
63645 struct ib_qp_cap cap; global() member
63696 struct ib_qp_cap cap; global() member
92464 u32 cap; global() member
92649 struct pci_cap_saved_data cap; global() member
92664 struct pci_cap_saved_data cap[0]; global() member
93408 __le16 cap; global() member
98066 struct acpi_buffer cap; global() member
125816 u32 cap; global() member
126238 __be32 cap; global() member
158102 u16 cap; global() member
158112 u32 cap; global() member
158136 u8 cap[10]; global() member
159196 u32 cap; global() member
159615 __be32 cap; global() member
[all...]

Completed in 462 milliseconds