Home
last modified time | relevance | path

Searched refs:RunCommand (Results 1 – 25 of 30) sorted by relevance

12

/base/security/selinux_adapter/test/unittest/service_checker/
Dunit_test.cpp54 std::string cmdRes = RunCommand(cmd);
71 std::string cmdRes = RunCommand(cmd);
88 std::string cmdRes = RunCommand(cmd);
106 std::string cmdRes = RunCommand(cmd);
124 std::string cmdRes = RunCommand(cmd);
142 std::string cmdRes = RunCommand(cmd);
160 std::string cmdRes = RunCommand(cmd);
/base/account/os_account/frameworks/account_iam/test/unittest/include/
Dtest_common.h24 std::string RunCommand(const std::string &command);
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
Dmedical_proxy_test.cpp189 auto ret = afeProxy_->RunCommand(afeId_, cmdType, params);
205 auto ret = afeProxy_->RunCommand(afeId_, cmdType, params);
219 auto ret = afeProxy_->RunCommand(INVALID_SENSOR_ID, cmdType, params);
233 auto ret = afeProxy_->RunCommand(INVALID_SENSOR_ID, cmdType, params);
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Dtest_common.cpp24 std::string RunCommand(const std::string &command) in RunCommand() function
Daccount_iam_callback_service_test.cpp191 std::string cmdRes = RunCommand(cmd);
208 std::string cmdRes = RunCommand(cmd);
Daccount_iam_mgr_proxy_test.cpp91 std::string cmdRes = RunCommand(cmd);
/base/security/selinux_adapter/test/unittest/common/
Dtest_common.h32 std::string RunCommand(const std::string &command);
Dtest_common.cpp155 std::string RunCommand(const std::string &command) in RunCommand() function
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp119 int32_t SensorHdiConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::SensorHdiConnection
121 int32_t ret = iSensorHdiConnection_->RunCommand(sensorId, cmd, params); in RunCommand()
/base/sensors/sensor/services/sensor/include/
Dsensor_service_proxy.h35 ErrCode RunCommand(int32_t sensorId, uint32_t cmdType, uint32_t params) override;
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
Di_medical_sensor_service.h46 virtual ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) = 0;
Dmedical_sensor_service_proxy.h35 ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) override;
Dmedical_sensor_service_client.h38 int32_t RunCommand(uint32_t sensorId, int32_t cmdType, int32_t parms);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/
Dhdi_service_impl.h46 int32_t RunCommand(uint32_t sensorId, int32_t cmd, int32_t params);
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
Di_sensor_hdi_connection.h46 virtual int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) = 0;
Dsensor_hdi_connection.h44 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/
Dcompatible_connection.h44 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
Dhdi_connection.h45 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
/base/sensors/medical_sensor/services/medical_sensor/include/
Dmedical_sensor_service.h62 ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) override;
/base/account/os_account/tools/acm/include/
Daccount_command.h125 …void RunCommand(int &counter, ErrCode &result, bool &enable, int &id, std::vector<std::string> &co…
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
Dmedical_service_client.cpp135 int32_t MedicalSensorServiceClient::RunCommand(uint32_t sensorId, int32_t cmdType, int32_t params) in RunCommand() function in OHOS::Sensors::MedicalSensorServiceClient
147 ret = afeServer_->RunCommand(sensorId, cmdType, params); in RunCommand()
/base/sensors/medical_sensor/services/medical_sensor/src/
Dflush_info_record.cpp102 … auto ret = sensorHdiConnection_.RunCommand(sensorId, static_cast<int32_t>(FlushCmdId::FLUSH), 0); in FlushProcess()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
Dhdi_service_impl.cpp131 int32_t HdiServiceImpl::RunCommand(uint32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::HdiServiceImpl
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp104 int32_t CompatibleConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::CompatibleConnection
/base/account/os_account/tools/acm/src/
Daccount_command.cpp208 void AccountCommand::RunCommand( in RunCommand() function in OHOS::AccountSA::AccountCommand
241 RunCommand(counter, result, enable, id, constraints); in RunAsSetCommand()

12