/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_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/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/sensors/sensor/interfaces/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/global/resource_management/frameworks/resmgr/src/ |
D | res_config_impl.cpp | 172 Direction ResConfigImpl::GetDirection() const in GetDirection() function in OHOS::Global::Resource::ResConfigImpl 267 if (this->GetDirection() != other.GetDirection()) { in Copy() 268 this->SetDirection(other.GetDirection()); in Copy()
|
/base/location/interfaces/inner_api/include/ |
D | location.h | 80 inline double GetDirection() const in GetDirection() function
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | res_config_impl.h | 96 Direction GetDirection() const;
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
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/web/webview/ohos_adapter/location_adapter/include/ |
D | location_proxy_adapter_impl.h | 55 double GetDirection() const override;
|
/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/interfaces/native/test/unittest/ |
D | sensor_algorithm_test.cpp | 216 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle); 229 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle); 237 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle);
|
/base/location/frameworks/location_common/common/source/ |
D | location.cpp | 52 direction_ = location.GetDirection(); in Location()
|
/base/location/services/location_locator/locator/source/ |
D | request.cpp | 147 this->lastLocation_->SetDirection(location->GetDirection()); in SetLastLocation()
|
D | report_manager.cpp | 216 lastLocation_.SetDirection(location->GetDirection()); in SetLastLocation()
|
/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/interfaces/plugin/src/ |
D | sensor_js.cpp | 676 static napi_value GetDirection(napi_env env, napi_callback_info info) in GetDirection() function 701 int32_t ret = sensorAlgorithm.GetDirection(rotationMatrix, rotationAngle); in GetDirection() 1345 DECLARE_NAPI_FUNCTION("getDirection", GetDirection), in Init() 1346 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() 1181 if (asyncContext->endpoint.GetDirection() == USB_ENDPOINT_DIR_OUT) { in __anonda14e13b0902() 1194 if (asyncContext->endpoint.GetDirection() == USB_ENDPOINT_DIR_IN) { in __anonda14e13b0902() 1237 if (ep.GetDirection() == USB_ENDPOINT_DIR_OUT) { in GetDescriptorOnBulkTransferParam()
|
/base/sensors/sensor/interfaces/native/src/ |
D | sensor_algorithm.cpp | 196 int32_t SensorAlgorithm::GetDirection(std::vector<float> rotationMatrix, std::vector<float> &rotati… in GetDirection() function in SensorAlgorithm
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
D | resource_manager_napi_utils.cpp | 508 status = napi_create_int32(env, static_cast<int>(cfg->GetDirection()), &direction); in CreateJsConfig()
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 94 SetValueDouble(env, "direction", locations[index]->GetDirection(), value); in LocationsToJs() 112 SetValueDouble(env, "direction", locationInfo->GetDirection(), result); in LocationToJs()
|