Home
last modified time | relevance | path

Searched refs:Create (Results 1 - 25 of 38) sorted by relevance

12

/developtools/profiler/device/base/test/unittest/
H A Dsemaphore_test.cpp39 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 Depoll_event_poller_test.cpp188 auto notifier = EventNotifier::Create(0, EventNotifier::NONBLOCK); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dreport_protobuf_file_test.cpp74 * @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 Dhidebug_native_interface_impl.cpp126 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 Dhidebug_app_thread_cpu.cpp38 threadStatInfoCollector_ = UCollectUtil::ThreadCpuCollector::Create(pid); in InitThreadCpuCollector()
/developtools/profiler/host/smartperf/client/client_command/
H A DGPU.cpp52 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuFreq()
60 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in GetGpuLoad()
H A DCPU.cpp103 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 Dplugin_session.cpp29 Create(); in PluginSession()
43 Create(); in PluginSession()
53 bool PluginSession::Create() in Create() function in PluginSession
/developtools/profiler/device/base/src/
H A Dposix_semaphore.h38 SemaphorePtr Create(unsigned int value) override;
H A Dstd_semaphore.h45 SemaphorePtr Create(unsigned int value) override;
H A Dposix_semaphore.cpp66 SemaphorePtr PosixSemaphoreFactory::Create(unsigned int value) in Create() function in PosixSemaphoreFactory
H A Dstd_semaphore.cpp73 SemaphorePtr StdSemaphoreFactory::Create(unsigned int value) in Create() function in StdSemaphoreFactory
H A Devent_notifier.cpp29 EventNotifierPtr EventNotifier::Create(unsigned int initValue, unsigned int mask) in Create() function in EventNotifier
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp87 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 Dlog.go70 f, err = os.Create(file)
86 f, err = os.Create(stdout)
H A Dssh.go136 if dst, err = os.Create(localFile); err != nil {
148 if dst, err = client.Create(remoteFile); err != nil {
/developtools/global_resource_tool/include/
H A Dheader.h36 uint32_t Create(HandleHeaderTail headerHandler, HandleBody bodyHander, HandleHeaderTail tailHander) const;
/developtools/profiler/device/base/include/
H A Di_semaphore.h40 virtual SemaphorePtr Create(unsigned int value) = 0;
H A Devent_notifier.h33 static EventNotifierPtr Create(unsigned int initValue = 0, unsigned int mask = 0);
/developtools/global_resource_tool/src/
H A Dheader.cpp49 uint32_t Header::Create(HandleHeaderTail headerHandler, HandleBody bodyHandler, HandleHeaderTail tailHandler) const in Create() function in OHOS::Global::Restool::Header
H A Dresource_pack.cpp193 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 Dplugin_session.h60 bool Create();
/developtools/hiperf/include/
H A Dreport_protobuf_file.h42 bool Create(std::string fileName);
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dget_newer_ci.go132 f, err := os.Create(filepath.Join(m.ArchiveDir, filepath.Base(url)))
/developtools/smartperf_host/ide/server/
H A Dmain.go116 certOut, _ := os.Create("cert/certFile.pem")
119 keyOut, _ := os.Create("cert/keyFile.key")
511 create, err := os.Create("." + pth)

Completed in 16 milliseconds

12