Home
last modified time | relevance | path

Searched refs:nmdParamInfo_ (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp236 clientConfig.nmdType = static_cast<int>(nmdParamInfo_.type); in GetClientConfig()
291 ctx->stackPreprocess->SetNmdFd(nmdParamInfo_.fd); in HandleHookContext()
493 lseek(nmdParamInfo_.fd, 0, SEEK_END); in ReadShareMemory()
494 (void)write(nmdParamInfo_.fd, nmdResult, strlen(nmdResult)); in ReadShareMemory()
795 nmdParamInfo_.fd = info.first; in SetNmdInfo()
796 nmdParamInfo_.type = info.second; in SetNmdInfo()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h162 NmdParam nmdParamInfo_; member in OHOS::Developtools::NativeDaemon::HookManager

Completed in 3 milliseconds