/base/security/selinux_adapter/test/unittest/service_checker/ |
D | unit_test.cpp | 54 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/ |
D | test_common.h | 24 std::string RunCommand(const std::string &command);
|
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/ |
D | medical_proxy_test.cpp | 189 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/ |
D | test_common.cpp | 24 std::string RunCommand(const std::string &command) in RunCommand() function
|
D | account_iam_callback_service_test.cpp | 191 std::string cmdRes = RunCommand(cmd); 208 std::string cmdRes = RunCommand(cmd);
|
D | account_iam_mgr_proxy_test.cpp | 91 std::string cmdRes = RunCommand(cmd);
|
/base/security/selinux_adapter/test/unittest/common/ |
D | test_common.h | 32 std::string RunCommand(const std::string &command);
|
D | test_common.cpp | 155 std::string RunCommand(const std::string &command) in RunCommand() function
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/ |
D | sensor_hdi_connection.cpp | 119 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/ |
D | sensor_service_proxy.h | 35 ErrCode RunCommand(int32_t sensorId, uint32_t cmdType, uint32_t params) override;
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/ |
D | i_medical_sensor_service.h | 46 virtual ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) = 0;
|
D | medical_sensor_service_proxy.h | 35 ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) override;
|
D | medical_sensor_service_client.h | 38 int32_t RunCommand(uint32_t sensorId, int32_t cmdType, int32_t parms);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/include/ |
D | hdi_service_impl.h | 46 int32_t RunCommand(uint32_t sensorId, int32_t cmd, int32_t params);
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/ |
D | i_sensor_hdi_connection.h | 46 virtual int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) = 0;
|
D | sensor_hdi_connection.h | 44 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/include/ |
D | compatible_connection.h | 44 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
|
D | hdi_connection.h | 45 int32_t RunCommand(int32_t sensorId, int32_t cmd, int32_t params) override;
|
/base/sensors/medical_sensor/services/medical_sensor/include/ |
D | medical_sensor_service.h | 62 ErrCode RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) override;
|
/base/account/os_account/tools/acm/include/ |
D | account_command.h | 125 …void RunCommand(int &counter, ErrCode &result, bool &enable, int &id, std::vector<std::string> &co…
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
D | medical_service_client.cpp | 135 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/ |
D | flush_info_record.cpp | 102 … 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/ |
D | hdi_service_impl.cpp | 131 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/ |
D | compatible_connection.cpp | 104 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/ |
D | account_command.cpp | 208 void AccountCommand::RunCommand( in RunCommand() function in OHOS::AccountSA::AccountCommand 241 RunCommand(counter, result, enable, id, constraints); in RunAsSetCommand()
|