Searched refs:GetfileDescriptor (Results 1 – 7 of 7) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_standalone.cpp | 97 …G_INFO(LOG_CORE, "hookservice smbFd = %d, eventFd = %d\n", g_shareMemoryBlock->GetfileDescriptor(), in StartHook() 109 g_shareMemoryBlock->GetfileDescriptor(), g_eventNotifier->GetFd()); in StartHook() 115 g_hookService = std::make_shared<HookService>(g_shareMemoryBlock->GetfileDescriptor(), in StartHook()
|
| D | hook_manager.cpp | 221 …OG_INFO(LOG_CORE, "hookservice smbFd = %d, eventFd = %d\n", shareMemoryBlock_->GetfileDescriptor(), in CreatePluginSession() 258 hookService_ = std::make_shared<HookService>(shareMemoryBlock_->GetfileDescriptor(), in CreatePluginSession()
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | hook_service_test.cpp | 50 int smbFd = shareMemoryBlock->GetfileDescriptor();
|
| /developtools/profiler/device/services/shared_memory/include/ |
| D | share_memory_block.h | 45 EXPORT_API int GetfileDescriptor();
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_block_test.cpp | 85 HWTEST_F(SharedMemoryBlockTest, GetfileDescriptor, TestSize.Level1) 90 shareMemoryBlock.GetfileDescriptor();
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service.cpp | 140 pluginCtx->context->SendFileDescriptor(smb->GetfileDescriptor()); in CreatePluginSession() 150 …_CORE, "CreatePluginSession %s done, shmem fd = %d", pluginName.c_str(), smb->GetfileDescriptor()); in CreatePluginSession()
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 389 int ShareMemoryBlock::GetfileDescriptor() in GetfileDescriptor() function in ShareMemoryBlock
|