Home
last modified time | relevance | path

Searched refs:SendCmd (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_client_server_proxy.cpp70 int ret = instance->SendCmd(cmdCode, nullptr, nullptr);
84 int ret = instance->SendCmd(cmdCode, nullptr, nullptr);
99 int ret = instance->SendCmd(cmdCode, req, rsp);
112 int ret = instance->SendCmd(cmdCode, nullptr, nullptr);
H A DUTTest_ipc_client_stub.cpp155 int ret = instance->SendCmd(cmdCode, req, rsp);
171 int ret = instance->SendCmd(cmdCode, req, rsp);
186 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
189 int ret = instance->SendCmd(cmdCode, req, rsp);
204 int ret = instance->SendCmd(cmdCode, req, rsp);
H A DUTTest_ipc_client_manager.cpp165 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
191 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
217 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
243 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
291 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
323 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
355 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
387 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
447 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
482 EXPECT_CALL(*mockInstance, SendCmd(testing::_, testing::_, testing::_))
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_manager.cpp45 int32_t ret = serverProxy_.SendCmd(REGISTER_DEVICE_MANAGER_LISTENER, req, rsp); in Init()
69 int32_t ret = serverProxy_.SendCmd(UNREGISTER_DEVICE_MANAGER_LISTENER, req, rsp); in UnInit()
91 return serverProxy_.SendCmd(cmdCode, req, rsp); in SendRequest()
H A Dipc_client_server_proxy.cpp85 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd() function in OHOS::DistributedHardware::IpcClientServerProxy
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_client_manager.cpp92 ret = dmInterface_->SendCmd(REGISTER_DEVICE_MANAGER_LISTENER, req, rsp); in Init()
123 int32_t ret = dmInterface_->SendCmd(UNREGISTER_DEVICE_MANAGER_LISTENER, req, rsp); in UnInit()
152 return dmInterface_->SendCmd(cmdCode, req, rsp); in SendRequest()
H A Dipc_client_server_proxy.cpp25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd() function in OHOS::DistributedHardware::IpcClientServerProxy
H A Dipc_client_stub.cpp44 int32_t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp… in SendCmd() function in OHOS::DistributedHardware::IpcClientStub
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp292 auto ret = codecCmdExecutor_->SendCmd(OMX_CommandFlush, inPortIndex_); in Flush()
297 ret = codecCmdExecutor_->SendCmd(OMX_CommandFlush, outPortIndex_); in Flush()
388 codecCmdExecutor_->SendCmd(OMX_CommandPortEnable, inPortIndex_); in ConfigOmx()
397 codecCmdExecutor_->SendCmd(OMX_CommandPortEnable, outPortIndex_); in ConfigOmx()
567 auto ret = codecCmdExecutor_->SendCmd(OMX_CommandStateSet, state); in ChangeState()
H A Dcodec_cmd_executor.h45 Status SendCmd(OMX_COMMANDTYPE cmd, const Plugin::Any& param);
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/standard/
H A Dipc_remote_broker.h31 …virtual int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp)…
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_ipc_client_manager.h29 …MOCK_METHOD3(SendCmd, int32_t(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp…
H A Dmock_ipc_client_stub.h31 …MOCK_METHOD3(SendCmd, int32_t(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp…
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/lite/
H A Dipc_client_server_proxy.h34 int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/standard/
H A Dipc_client_server_proxy.h33 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
H A Dipc_client_stub.h46 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_client_proxy.h34 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
H A Dipc_server_stub.h80 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverclientproxy_fuzzer/
H A Dipc_server_client_proxy_fuzzer.cpp42 instance->SendCmd(cmdCode, req, rsp); in IpcServerClientProxyFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd() function in OHOS::DistributedHardware::IpcServerClientProxy
H A Dipc_server_listener.cpp44 return listener->SendCmd(cmdCode, req, rsp); in SendRequest()
H A Dipc_server_stub.cpp169 int32_t IpcServerStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp… in SendCmd() function in OHOS::DistributedHardware::IpcServerStub
269 listener->SendCmd(cmdCode, req, rsp); in SendALL()
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverstub_fuzzer/
H A Dipc_server_stub_fuzzer.cpp56 IpcServerStub::GetInstance().SendCmd(code, req, rsp); in IpcServerStubFuzzTest()
/ohos5.0/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;

12