Searched refs:callee (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 680 auto callee = it->second;
in PostSyncEventToTarget() local 681 if (callee == nullptr) {
in PostSyncEventToTarget() 685 auto workLoop = callee->GetWorkLoop();
in PostSyncEventToTarget() 688 ret = sharedWorkLoop_->AddEventForResult(callee, event);
in PostSyncEventToTarget() 690 ret = workLoop->AddEventForResult(callee, event);
in PostSyncEventToTarget() 707 auto callee = it->second;
in PostAsyncEventToTarget() local 708 if (callee == nullptr) {
in PostAsyncEventToTarget() 712 auto workLoop = callee->GetWorkLoop();
in PostAsyncEventToTarget() 714 sharedWorkLoop_->AddEvent(callee, event);
in PostAsyncEventToTarget() 716 workLoop->AddEvent(callee, even in PostAsyncEventToTarget() [all...] |
/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | collect_elf_syscall.py | 225 def add_caller(callee, func_map):
228 if callee in item.func_callee:
241 for callee in current_caller_list:
242 add_current_caller_list |= add_caller(callee, func_map)
|
/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 207 virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED,
in PostSyncEventToTarget() 214 virtual void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED,
in PostAsyncEventToTarget()
|
Completed in 4 milliseconds