Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 – 25 of 31) sorted by relevance

12

/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_endpoint.h59 uint32_t GetDirection() const in GetDirection() function
94 .append(std::to_string(GetDirection())) in ToString()
146 endpoint["direction"] = GetDirection(); in ToJson()
/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_config.cpp37 Direction direction = resConfig.GetDirection(); in Match()
57 Direction direction = resConfig.GetDirection(); in BestMatch()
Dres_config_impl.cpp219 Direction ResConfigImpl::GetDirection() const in GetDirection() function in OHOS::Global::Resource::ResConfigImpl
334 if (this->GetDirection() != other.GetDirection()) { in Copy()
335 this->SetDirection(other.GetDirection()); in Copy()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_config_impl.cpp103 Direction ResConfigImpl::GetDirection() const in GetDirection() function in OHOS::Global::Resource::ResConfigImpl
173 if (this->GetDirection() != other.GetDirection()) { in Copy()
174 this->SetDirection(other.GetDirection()); in Copy()
/base/location/services/location_locator/locator/source/
Dfusion_controller.cpp151 bestLocation->GetDirection() == fuseLocation->GetDirection() && in LocationEqual()
Drequest.cpp157 this->lastLocation_->SetDirection(location->GetDirection()); in SetLastLocation()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_config_impl.h78 Direction GetDirection() const;
Dres_config.h41 virtual Direction GetDirection() const = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_mock.cpp76 double LocationInfoImpl::GetDirection() const in GetDirection() function in OHOS::NWeb::LocationInfoImpl
Dlocation_proxy_adapter_impl.cpp202 double LocationInfoImpl::GetDirection() const in GetDirection() function in OHOS::NWeb::LocationInfoImpl
207 return location_->GetDirection(); in GetDirection()
/base/sensors/sensor/frameworks/native/include/
Dsensor_algorithm.h33 int32_t GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotationAngle);
/base/web/webview/ohos_adapter/interfaces/
Dlocation_adapter.h75 virtual double GetDirection() const = 0;
/base/global/resource_management/interfaces/inner_api/include/
Dres_config.h54 virtual Direction GetDirection() const = 0;
/base/location/interfaces/inner_api/include/
Dlocation.h80 inline double GetDirection() const in GetDirection() function
/base/web/webview/ohos_adapter/location_adapter/include/
Dlocation_proxy_adapter_impl.h61 double GetDirection() const override;
/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h102 Direction GetDirection() const;
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp166 double direction = locationInfoImpl->GetDirection();
197 double direction = locationInfoImpl->GetDirection();
/base/sensors/sensor/test/unittest/interfaces/inner_api/
Dsensor_algorithm_test.cpp218 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle);
231 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle);
239 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle);
/base/location/frameworks/location_common/common/source/
Dlocation.cpp52 direction_ = location.GetDirection(); in Location()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_parser_test.cpp101 EXPECT_EQ(DIRECTION_VERTICAL, config->GetDirection());
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_parser_test.cpp107 EXPECT_EQ(DIRECTION_VERTICAL, config->GetDirection());
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp238 if (USB_ENDPOINT_DIR_IN == endpoint.GetDirection()) { in BulkTransfer()
240 } else if (USB_ENDPOINT_DIR_OUT == endpoint.GetDirection()) { in BulkTransfer()
/base/sensors/sensor/frameworks/js/napi/src/
Dsensor_js.cpp694 static napi_value GetDirection(napi_env env, napi_callback_info info) in GetDirection() function
719 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle); in GetDirection()
1278 DECLARE_NAPI_FUNCTION("getDirection", GetDirection), in Init()
1279 DECLARE_NAPI_FUNCTION("getOrientation", GetDirection), in Init()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp95 NapiUtil::SetValueUint32(env, "direction", usbEndpoint.GetDirection(), obj); in CtoJSUsbEndpoint()
1184 if (asyncContext->endpoint.GetDirection() == USB_ENDPOINT_DIR_OUT) { in __anon4ef8f19d0902()
1197 if (asyncContext->endpoint.GetDirection() == USB_ENDPOINT_DIR_IN) { in __anon4ef8f19d0902()
1240 if (ep.GetDirection() == USB_ENDPOINT_DIR_OUT) { in GetDescriptorOnBulkTransferParam()
/base/sensors/sensor/frameworks/native/src/
Dsensor_algorithm.cpp202 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection() function in SensorAlgorithm

12