/ohos5.0/base/startup/init/initsync/src/ |
H A D | init_sync.c | 28 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 D | UTTest_ipc_client_server_proxy.cpp | 70 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 D | UTTest_ipc_client_stub.cpp | 155 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 D | UTTest_ipc_client_manager.cpp | 165 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 D | ipc_client_manager.cpp | 45 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 D | ipc_client_server_proxy.cpp | 85 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 D | ipc_client_manager.cpp | 92 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 D | ipc_client_server_proxy.cpp | 25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd() function in OHOS::DistributedHardware::IpcClientServerProxy
|
H A D | ipc_client_stub.cpp | 44 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 D | hdi_codec_adapter.cpp | 292 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 D | codec_cmd_executor.h | 45 Status SendCmd(OMX_COMMANDTYPE cmd, const Plugin::Any& param);
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/standard/ |
H A D | ipc_remote_broker.h | 31 …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 D | mock_ipc_client_manager.h | 29 …MOCK_METHOD3(SendCmd, int32_t(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp…
|
H A D | mock_ipc_client_stub.h | 31 …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 D | ipc_client_server_proxy.h | 34 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 D | ipc_client_server_proxy.h | 33 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
|
H A D | ipc_client_stub.h | 46 …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 D | ipc_server_client_proxy.h | 34 …int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) overrid…
|
H A D | ipc_server_stub.h | 80 …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 D | ipc_server_client_proxy_fuzzer.cpp | 42 instance->SendCmd(cmdCode, req, rsp); in IpcServerClientProxyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_client_proxy.cpp | 26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd() function in OHOS::DistributedHardware::IpcServerClientProxy
|
H A D | ipc_server_listener.cpp | 44 return listener->SendCmd(cmdCode, req, rsp); in SendRequest()
|
H A D | ipc_server_stub.cpp | 169 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 D | ipc_server_stub_fuzzer.cpp | 56 IpcServerStub::GetInstance().SendCmd(code, req, rsp); in IpcServerStubFuzzTest()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_state.h | 83 int32_t SendCmd(std::shared_ptr<NativeLeakInfo> &userMonitorInfo, MemCmd cmdType) const;
|