/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | svg_manager_test_ng.cpp | 110 RSRect ret = svgImage.CalcDstRect(realSize, viewBox); in HWTEST_F() local 129 auto ret = svgImage.ParseHrefAttr(""); in HWTEST_F() local 153 auto ret = svgImage.LoadBase64Image(URL_5); HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/animator/ |
H A D | interpolation.cpp | 30 int64_t ret = invT3 * u0; in GetBezierInterpolation() local 49 float ret = invT3 * u0; in GetBezierInterpolation() local 65 float ret = BEZIER_COEFFICIENT * d0 * invT * invT; GetBezierDerivative() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_overlay_modifier_test.cpp | 225 auto ret = layoutProperty->GetShowUnderline(); in HWTEST_F() local
|
H A D | text_input_update_test.cpp | 220 auto ret = pattern_->CursorMoveLeft(); in HWTEST_F() local 269 auto ret = pattern_->CursorMoveRight(); in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | file_img_decoder.cpp | 108 int32_t ret = fstat(dsc.fd, &info); in ReadToCache() local
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 79 int32_t ret = reply.ReadInt32();
in GetWearDetectionState() local
|
H A D | bluetooth_gatt_server_proxy.cpp | 153 RespondCharacteristicRead( const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, int32_t ret) RespondCharacteristicRead() argument 172 RespondCharacteristicWrite( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, int32_t ret) RespondCharacteristicWrite() argument 191 RespondDescriptorRead( const BluetoothGattDevice &device, BluetoothGattDescriptor *descriptor, int32_t ret) RespondDescriptorRead() argument 209 RespondDescriptorWrite( const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor, int32_t ret) RespondDescriptorWrite() argument [all...] |
H A D | bluetooth_opp_proxy.cpp | 46 int32_t ret = reply.ReadInt32(); in SendFile() local
|
H A D | bluetooth_pbap_pse_proxy.cpp | 36 int32_t ret = reply.ReadInt32();
in GetDeviceState() local 56 int32_t ret = reply.ReadInt32();
in GetDevicesByStates() local 116 int32_t ret = reply.ReadInt32();
in GetConnectionStrategy() local 152 int32_t ret = reply.ReadInt32(); GetShareType() local 191 int32_t ret = reply.ReadInt32(); GetPhoneBookAccessAuthorization() local [all...] |
H A D | bluetooth_map_mse_proxy.cpp | 36 int32_t ret = reply.ReadInt32();
in GetDeviceState() local 56 int32_t ret = reply.ReadInt32();
in GetDevicesByStates() local 116 int32_t ret = reply.ReadInt32();
in GetConnectionStrategy() local 155 int32_t ret = reply.ReadInt32(); GetMessageAccessAuthorization() local [all...] |
H A D | bluetooth_pan_proxy.cpp | 159 int32_t ret = reply.ReadInt32(); in IsTetheringOn() local
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_spp_client.h | 51 std::shared_ptr<SppCallbackBuffer> ret = buffer_.front(); in PopData() local
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &service) in OnAddService() argument 49 OnConnectionStateChanged( const BluetoothGattDevice &device, int32_t ret, int32_t state) OnConnectionStateChanged() argument
|
H A D | bluetooth_socket_stub.cpp | 89 int ret = Connect(param, fd); in ConnectInner() local 122 int ret = Listen(param, fd); in ListenInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 137 virtual void OnAddService(int ret, const Service &services) {} in OnAddService() argument [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client_callback.cpp | 39 void NapiGattClientCallback::OnCharacteristicReadResult(const GattCharacteristic &characteristic, int ret) in OnCharacteristicReadResult() argument 46 void NapiGattClientCallback::OnDescriptorReadResult(const GattDescriptor &descriptor, int ret) in OnDescriptorReadResult() argument 53 void NapiGattClientCallback::OnConnectionStateChanged(int connectionState, int ret) in OnConnectionStateChanged() argument 65 OnReadRemoteRssiValueResult(int rssi, int ret) OnReadRemoteRssiValueResult() argument 72 OnCharacteristicWriteResult(const GattCharacteristic &characteristic, int ret) OnCharacteristicWriteResult() argument 81 OnDescriptorWriteResult(const GattDescriptor &descriptor, int ret) OnDescriptorWriteResult() argument 98 OnMtuUpdate(int mtu, int ret) OnMtuUpdate() argument [all...] |
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 72 virtual void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded() argument
|
H A D | bluetooth_gatt_client.h | 83 virtual void OnCharacteristicReadResult(const GattCharacteristic &characteristic, int ret) in OnCharacteristicReadResult() argument 96 virtual void OnCharacteristicWriteResult(const GattCharacteristic &characteristic, int ret) in OnCharacteristicWriteResult() argument 107 OnDescriptorReadResult(const GattDescriptor &descriptor, int ret) OnDescriptorReadResult() argument 118 OnDescriptorWriteResult(const GattDescriptor &descriptor, int ret) OnDescriptorWriteResult() argument 129 OnMtuUpdate(int mtu, int ret) OnMtuUpdate() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_feature.h | 114 int ret = GAPIF_LeExAdvGetMaxDataLen(&length); in GetBleMaximumAdvertisingDataLength() local 132 int ret = GAPIF_LeExAdvGetMaxHandleNum(&num); in GetBleExAdvGetMaxHandleNum() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_bluetooth_data.cpp | 43 errno_t ret = in GetClassicBluetoothData() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_connection.cpp | 101 bool ret = false; in JudgeConnectedNum() local 163 bool ret = false; in JudgeConnectExit() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_data.cpp | 66 int32_t ret = g_defaultAppJson; in FromJson() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_device_type_test.cpp | 106 auto ret = checker.CheckDeviceType(infos);
in HWTEST_F() local 127 auto ret = checker.CheckDeviceType(infos);
in HWTEST_F() local 148 auto ret = checker.CheckDeviceType(infos);
in HWTEST_F() local 169 auto ret = checker.CheckDeviceType(infos);
in HWTEST_F() local 190 auto ret = checker.CheckDeviceType(infos);
in HWTEST_F() local 211 auto ret = checker.CheckDeviceType(infos); HWTEST_F() local 232 auto ret = checker.CheckDeviceType(infos); HWTEST_F() local 249 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 266 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 283 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 300 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 317 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 334 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 351 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local 368 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes); HWTEST_F() local [all...] |
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/ |
H A D | ecologic_rule_mgr_service.cpp | 100 bool ret = Publish(EcologicalRuleMgrService::GetInstance()); in OnStart() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection.cpp | 38 int ret = gap_->RegisterServiceSecurity(remoteAddr_, remoteScn_); in Create() local 53 int ret = Create(); in Connect() local 64 int ret = RFCOMM_DisconnectChannel(connHandle_); in Disconnect() local 74 int ret = RFCOMM_Read(connHandle_, pkt); ReadData() local 83 int ret = RFCOMM_Write(connHandle_, &pkt); WriteData() local [all...] |