/developtools/profiler/device/base/test/unittest/ |
H A D | semaphore_test.cpp | 39 auto semaphore = GetSemaphoreFactory().Create(1); in HWTEST_F() 52 auto semaphore = GetSemaphoreFactory().Create(1); in HWTEST_F() 65 auto semaphore = GetSemaphoreFactory().Create(0); in HWTEST_F() 77 auto readySem = GetSemaphoreFactory().Create(0); in HWTEST_F() 78 auto finishSem = GetSemaphoreFactory().Create(0); in HWTEST_F() 105 auto semaphore = GetSemaphoreFactory(POSIX_SEMAPHORE_FACTORY).Create(0); in HWTEST_F() 116 auto semaphore = GetSemaphoreFactory(PTHREAD_SEMAPHORE_FACTORY).Create(0); in HWTEST_F()
|
H A D | epoll_event_poller_test.cpp | 188 auto notifier = EventNotifier::Create(0, EventNotifier::NONBLOCK); in HWTEST_F()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | report_protobuf_file_test.cpp | 74 * @tc.name: Create 78 HWTEST_F(ReportProtobufFileTest, Create, TestSize.Level1) in HWTEST_F() 81 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 85 EXPECT_EQ(protobufOutputFileWriter_->Create(fileName), false); in HWTEST_F() 98 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 155 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 187 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 218 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 260 ASSERT_EQ(protobufOutputFileWriter_->Create(fileName), true); in HWTEST_F() 307 ASSERT_EQ(protobufOutputFileWriter_->Create(fileNam in HWTEST_F() [all...] |
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 126 std::shared_ptr<UCollectClient::CpuCollector> collector = UCollectClient::CpuCollector::Create(); in GetSystemCpuUsage() 144 auto collector = UCollectUtil::MemoryCollector::Create(); in GetAppMemoryLimit() 164 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetAppNativeMemInfo() 197 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in GetSystemMemInfo() 220 auto memoryCollect = UCollectClient::MemoryCollector::Create(); in GetMemoryLeakResource() 264 auto collector = UCollectClient::MemoryCollector::Create(); in GetGraphicsMemory()
|
H A D | hidebug_app_thread_cpu.cpp | 38 threadStatInfoCollector_ = UCollectUtil::ThreadCpuCollector::Create(pid); in InitThreadCpuCollector()
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | GPU.cpp | 52 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuFreq() 60 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuLoad()
|
H A D | CPU.cpp | 103 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuFreq() 120 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetCpuUsage() 155 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in GetSysProcessCpuLoad()
|
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_session.cpp | 29 Create(); in PluginSession() 43 Create(); in PluginSession() 53 bool PluginSession::Create() in Create() function in PluginSession
|
/developtools/profiler/device/base/src/ |
H A D | posix_semaphore.h | 38 SemaphorePtr Create(unsigned int value) override;
|
H A D | std_semaphore.h | 45 SemaphorePtr Create(unsigned int value) override;
|
H A D | posix_semaphore.cpp | 66 SemaphorePtr PosixSemaphoreFactory::Create(unsigned int value) in Create() function in PosixSemaphoreFactory
|
H A D | std_semaphore.cpp | 73 SemaphorePtr StdSemaphoreFactory::Create(unsigned int value) in Create() function in StdSemaphoreFactory
|
H A D | event_notifier.cpp | 29 EventNotifierPtr EventNotifier::Create(unsigned int initValue, unsigned int mask) in Create() function in EventNotifier
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 87 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in FfiHidebugGetPss() 100 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in FfiHidebugGetVss() 131 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in FfiHidebugGetSharedDirty() 144 std::shared_ptr<UCollectUtil::MemoryCollector> collector = UCollectUtil::MemoryCollector::Create(); in FfiHidebugGetPrivateDirty()
|
/developtools/integration_verification/tools/fotff/utils/ |
H A D | log.go | 70 f, err = os.Create(file) 86 f, err = os.Create(stdout)
|
H A D | ssh.go | 136 if dst, err = os.Create(localFile); err != nil { 148 if dst, err = client.Create(remoteFile); err != nil {
|
/developtools/global_resource_tool/include/ |
H A D | header.h | 36 uint32_t Create(HandleHeaderTail headerHandler, HandleBody bodyHander, HandleHeaderTail tailHander) const;
|
/developtools/profiler/device/base/include/ |
H A D | i_semaphore.h | 40 virtual SemaphorePtr Create(unsigned int value) = 0;
|
H A D | event_notifier.h | 33 static EventNotifierPtr Create(unsigned int initValue = 0, unsigned int mask = 0);
|
/developtools/global_resource_tool/src/ |
H A D | header.cpp | 49 uint32_t Header::Create(HandleHeaderTail headerHandler, HandleBody bodyHandler, HandleHeaderTail tailHandler) const in Create() function in OHOS::Global::Restool::Header
|
H A D | resource_pack.cpp | 193 uint32_t result = textHeader.Create([](stringstream &buffer) {}, in GenerateTextHeader() 212 uint32_t result = cplusHeader.Create([](stringstream &buffer) { in GenerateCplusHeader() 234 uint32_t result = JsHeader.Create([](stringstream &buffer) { in GenerateJsHeader() 465 cerr << "Error: Create Dirs fail '" << dstDir << "'."<< endl; in CopyIcon()
|
/developtools/profiler/device/services/plugin_service/include/ |
H A D | plugin_session.h | 60 bool Create();
|
/developtools/hiperf/include/ |
H A D | report_protobuf_file.h | 42 bool Create(std::string fileName);
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
H A D | get_newer_ci.go | 132 f, err := os.Create(filepath.Join(m.ArchiveDir, filepath.Base(url)))
|
/developtools/smartperf_host/ide/server/ |
H A D | main.go | 116 certOut, _ := os.Create("cert/certFile.pem") 119 keyOut, _ := os.Create("cert/keyFile.key") 511 create, err := os.Create("." + pth)
|