| /base/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_endpoint.h | 59 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/ |
| D | theme_pack_config.cpp | 37 Direction direction = resConfig.GetDirection(); in Match() 57 Direction direction = resConfig.GetDirection(); in BestMatch()
|
| D | res_config_impl.cpp | 219 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/ |
| D | res_config_impl.cpp | 103 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/ |
| D | fusion_controller.cpp | 151 bestLocation->GetDirection() == fuseLocation->GetDirection() && in LocationEqual()
|
| D | request.cpp | 157 this->lastLocation_->SetDirection(location->GetDirection()); in SetLastLocation()
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| D | res_config_impl.h | 78 Direction GetDirection() const;
|
| D | res_config.h | 41 virtual Direction GetDirection() const = 0;
|
| /base/web/webview/ohos_adapter/location_adapter/src/ |
| D | location_proxy_adapter_mock.cpp | 76 double LocationInfoImpl::GetDirection() const in GetDirection() function in OHOS::NWeb::LocationInfoImpl
|
| D | location_proxy_adapter_impl.cpp | 202 double LocationInfoImpl::GetDirection() const in GetDirection() function in OHOS::NWeb::LocationInfoImpl 207 return location_->GetDirection(); in GetDirection()
|
| /base/sensors/sensor/frameworks/native/include/ |
| D | sensor_algorithm.h | 33 int32_t GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotationAngle);
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | location_adapter.h | 75 virtual double GetDirection() const = 0;
|
| /base/global/resource_management/interfaces/inner_api/include/ |
| D | res_config.h | 54 virtual Direction GetDirection() const = 0;
|
| /base/location/interfaces/inner_api/include/ |
| D | location.h | 80 inline double GetDirection() const in GetDirection() function
|
| /base/web/webview/ohos_adapter/location_adapter/include/ |
| D | location_proxy_adapter_impl.h | 61 double GetDirection() const override;
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| D | res_config_impl.h | 102 Direction GetDirection() const;
|
| /base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
| D | location_proxy_adapter_test.cpp | 166 double direction = locationInfoImpl->GetDirection(); 197 double direction = locationInfoImpl->GetDirection();
|
| /base/sensors/sensor/test/unittest/interfaces/inner_api/ |
| D | sensor_algorithm_test.cpp | 218 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/ |
| D | location.cpp | 52 direction_ = location.GetDirection(); in Location()
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| D | hap_parser_test.cpp | 101 EXPECT_EQ(DIRECTION_VERTICAL, config->GetDirection());
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | hap_parser_test.cpp | 107 EXPECT_EQ(DIRECTION_VERTICAL, config->GetDirection());
|
| /base/usb/usb_manager/interfaces/innerkits/native/src/ |
| D | usb_srv_client.cpp | 238 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/ |
| D | sensor_js.cpp | 694 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/ |
| D | usb_info.cpp | 95 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/ |
| D | sensor_algorithm.cpp | 202 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection() function in SensorAlgorithm
|