Home
last modified time | relevance | path

Searched refs:SendCmd (Results 1 - 3 of 3) sorted by relevance

/base/startup/init/initsync/src/
H A Dinit_sync.c28 static int SendCmd(int cmd, unsigned long arg) in SendCmd() function
48 return SendCmd(QUICKSTART_LISTEN, (uintptr_t)&args); in InitListen()
53 return SendCmd(QUICKSTART_NOTIFY, event); in NotifyInit()
62 return SendCmd(QUICKSTART_STAGE(stage), 0); in SystemInitStage()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.h83 int32_t SendCmd(std::shared_ptr<NativeLeakInfo> &userMonitorInfo, MemCmd cmdType) const;
H A Dnative_leak_state.cpp565 if (SendCmd(userMonitorInfo, cmdType)) { in SuccessToSendCmd()
571 int32_t NativeLeakDumpState::SendCmd(shared_ptr<NativeLeakInfo> &userMonitorInfo, MemCmd cmdType) const in SendCmd() function in OHOS::HiviewDFX::NativeLeakDumpState

Completed in 2 milliseconds