/aosp12/system/teeui/test/ |
H A D | teeui_locale_test.cpp | 39 int error = runRenderTest("en", false /* magnified */); in TEST_F() local 44 int error = runRenderTest("en", true /* magnified */); in TEST_F() local 49 int error = runRenderTest("af", false /* magnified */); in TEST_F() local 54 int error = runRenderTest("af", true /* magnified */); in TEST_F() local 59 int error = runRenderTest("am", false /* magnified */); in TEST_F() local 64 int error = runRenderTest("am", true /* magnified */); in TEST_F() local 69 int error = runRenderTest("ar", false /* magnified */); in TEST_F() local 74 int error = runRenderTest("ar", true /* magnified */); in TEST_F() local 134 int error = runRenderTest("as", true /* magnified */); in TEST_F() local 144 int error = runRenderTest("az", true /* magnified */); in TEST_F() local [all …]
|
H A D | teeui_draw_label_text_test.cpp | 45 int error = runRenderTest("en", false /* magnified */, &kText12Character8Group[0]); in TEST_F() local 50 int error = runRenderTest("en", true /* magnified */, &kText12Character8Group[0]); in TEST_F() local 55 int error = runRenderTest("en", false /* magnified */, &kText100Character1Group[0]); in TEST_F() local 60 int error = runRenderTest("en", true /* magnified */, &kText100Character1Group[0]); in TEST_F() local 65 int error = runRenderTest("en", false /* magnified */, ""); in TEST_F() local 70 int error = runRenderTest("en", true /* magnified */, ""); in TEST_F() local 75 int error = runRenderTest("en", false /* magnified */, &kText12Character8Group[0], in TEST_F() local 81 int error = runRenderTest("en", true /* magnified */, &kText12Character8Group[0], in TEST_F() local 87 int error = runRenderTest("en", false /* magnified */, &kText100Character1Group[0], in TEST_F() local 93 int error = runRenderTest("en", true /* magnified */, &kText100Character1Group[0], in TEST_F() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/ |
H A D | opengl_wrapper_api_test.cpp | 83 EGLint error = eglGetError(); variable 109 EGLint error = eglGetError(); variable 136 EGLint error = eglGetError(); variable 165 EGLint error = eglGetError(); variable 194 EGLint error = eglGetError(); variable 242 EGLint error = eglGetError(); variable 266 EGLint error = eglGetError(); variable 309 EGLint error = eglGetError(); variable 341 GLint error = glGetError(); variable 360 GLint error = glGetError(); variable [all …]
|
/aosp12/system/update_engine/cros/ |
H A D | dbus_service.cc | 60 bool DBusUpdateEngineService::AttemptUpdate(ErrorPtr* error, in AttemptUpdate() 68 ErrorPtr* error, in AttemptUpdateWithFlags() 95 bool DBusUpdateEngineService::CanRollback(ErrorPtr* error, in CanRollback() 100 bool DBusUpdateEngineService::ResetStatus(ErrorPtr* error) { in ResetStatus() 125 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() 131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() 163 brillo::ErrorPtr* error, in SetUpdateOverCellularTarget() 171 ErrorPtr* error, bool* out_allowed) { in GetUpdateOverCellularPermission() 176 ErrorPtr* error, int64_t* out_usec_wallclock) { in GetDurationSinceUpdate() 186 ErrorPtr* error, string* out_rollback_partition_name) { in GetRollbackPartition() [all …]
|
H A D | common_service.cc | 52 void LogAndSetError(ErrorPtr* error, in LogAndSetError() 105 bool UpdateEngineService::AttemptInstall(brillo::ErrorPtr* error, in AttemptInstall() 136 bool UpdateEngineService::ResetStatus(ErrorPtr* error) { in ResetStatus() 156 bool UpdateEngineService::GetStatus(ErrorPtr* error, in GetStatus() 165 bool UpdateEngineService::RebootIfNeeded(ErrorPtr* error) { in RebootIfNeeded() 174 bool UpdateEngineService::SetChannel(ErrorPtr* error, in SetChannel() 219 bool UpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint() 236 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint() 248 bool UpdateEngineService::SetP2PUpdatePermission(ErrorPtr* error, in SetP2PUpdatePermission() 261 bool UpdateEngineService::GetP2PUpdatePermission(ErrorPtr* error, in GetP2PUpdatePermission() [all …]
|
/aosp12/system/teeui/libteeui/src/ |
H A D | button.cpp | 44 if (auto error = drawPixel(box.x().count() + x, box.y().count() + y, c)) { in draw() local 86 if (auto error = drawCorner(0, 0)) return error; in draw() local 88 if (auto error = drawBox( in draw() local 95 if (auto error = drawCorner(1, 0)) return error; in draw() local 105 if (auto error = drawCorner(0, 1)) return error; in draw() local 115 if (auto error = drawCorner(1, 1)) return error; in draw() local 129 if (auto error = drawBox(centerbox, color_)) return error; in draw() local 131 if (auto error = in draw() local 137 if (auto error = in draw() local 149 if (auto error = drawBox(Box<intpxs>(intRadius, intBounds.h() - intRadius, in draw() local [all …]
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_service_proxy.cpp | 53 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange() local 79 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall() local 100 int32_t error = SendRequest(INTERFACE_MAKE_CALL, dataParcel, replyParcel); in MakeCall() local 186 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); in RegisterVoipCallManagerCallback() local 241 int32_t error = SendRequest(INTERFACE_HAS_CALL, dataParcel, replyParcel); in HasCall() local 278 int32_t error = SendRequest(INTERFACE_SET_MUTE, dataParcel, replyParcel); in SetMuted() local 489 int32_t error = in SetCallRestrictionPassword() local 550 int32_t error = in CanSetCallTransferTime() local 1211 int32_t error = SendRequest( in RemoveMissedIncomingCallNotification() local 1302 int32_t error = SendRequest( in RequestCameraCapabilities() local [all …]
|
H A D | call_status_callback_proxy.cpp | 34 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallReportInfo() local 76 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallsReportInfo() local 122 int32_t error = TELEPHONY_ERR_FAIL; in UpdateDisconnectedCause() local 149 int32_t error = TELEPHONY_ERR_FAIL; in UpdateEventResultInfo() local 171 int32_t error = TELEPHONY_ERR_FAIL; in UpdateRBTPlayInfo() local 191 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetWaitingResult() local 213 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetWaitingResult() local 233 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetRestrictionResult() local 255 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionResult() local 275 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionPasswordResult() local [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | mock_musl.cpp | 64 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AddServerConfig() local 75 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in RemoveServerConfig() local 87 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountServerConfig() local 99 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in Auth() local 111 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithPopup() local 123 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithToken() local 135 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountInfo() local 147 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAuthStatusInfo() local 159 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in BindAccount() local 170 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in UnbindAccount() local [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/ |
H A D | js_default_app_unsupported.cpp | 31 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in IsDefaultApplication() local 40 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in IsDefaultApplicationSync() local 49 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDefaultApplication() local 58 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDefaultApplicationSync() local 67 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDefaultApplication() local 76 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDefaultApplicationSync() local 85 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in ResetDefaultApplication() local 94 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in ResetDefaultApplicationSync() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 80 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_ENABLE, option, data, reply); in EnableBt() local 99 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_DISABLE, option, data, reply); in DisableBt() local 162 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_GET_BLE, option, data, reply); in GetBleRemote() local 194 int32_t error = InnerTransact(BluetoothHostInterfaceCode::BT_GETSTATE, option, data, reply); in GetBtState() local 291 int32_t error = InnerTransact( in GetMaxNumConnectedAudioDevices() local 721 int32_t error = InnerTransact( in DeregisterRemoteDeviceObserver() local 739 int32_t error = InnerTransact( in GetBleMaxAdvertisingDataLength() local 1485 int32_t error = InnerTransact( in DeregisterBlePeripheralCallback() local 1658 int32_t error = InnerTransact( in RegisterBtResourceManagerObserver() local 1680 int32_t error = InnerTransact( in DeregisterBtResourceManagerObserver() local [all …]
|
H A D | bluetooth_avrcp_tg_proxy.cpp | 86 int error = InnerTransact( in SetActiveDevice() local 109 …int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_CONNECT, option, data, reply); in Connect() local 132 …int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_DISCONNECT, option, data, rep… in Disconnect() local 255 …int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_PLAYBACK_STATUS_CHANGE… in NotifyPlaybackStatusChanged() local 306 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_TRACK_REACHED_END, in NotifyTrackReachedEnd() local 330 int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_TRACK_REACHED_START, in NotifyTrackReachedStart() local 354 … int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_PLAYBACK_POS_CHANGED, in NotifyPlaybackPosChanged() local 466 …int error = InnerTransact(BluetoothAvrcpTgInterfaceCode::BT_AVRCP_TG_NOTIFY_ADDRESSED_PLAYER_CHANG… in NotifyAddressedPlayerChanged() local 541 int error = in SetDeviceAbsoluteVolume() local 570 int error = in SetDeviceAbsVolumeAbility() local [all …]
|
H A D | bluetooth_avrcp_ct_proxy.cpp | 39 int error = InnerTransact( in RegisterObserver() local 61 int error = InnerTransact( in UnregisterObserver() local 80 int error = InnerTransact( in GetConnectedDevices() local 109 int error = InnerTransact( in GetDevicesByStates() local 137 int error = InnerTransact( in GetDeviceState() local 161 int error = InnerTransact( in Connect() local 185 int error = InnerTransact( in Disconnect() local 214 int error = InnerTransact( in PressButton() local 243 int error = InnerTransact( in ReleaseButton() local 267 int error = InnerTransact( in GetUnitInfo() local [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_capture_proxy.cpp | 38 int error = Remote()->SendRequest( in Capture() local 54 int error = Remote()->SendRequest( in CancelCapture() local 70 int error = Remote()->SendRequest( in ConfirmCapture() local 86 int error = Remote()->SendRequest( in Release() local 109 int error = Remote()->SendRequest( in SetCallback() local 133 int error = Remote()->SendRequest( in SetThumbnail() local 150 int error = Remote()->SendRequest( in EnableRawDelivery() local 172 int error = Remote()->SendRequest( in SetBufferProducerInfo() local 188 int error = Remote()->SendRequest( in DeferImageDeliveryFor() local 203 int error = Remote()->SendRequest( in IsDeferredPhotoEnabled() local [all …]
|
H A D | hstream_repeat_proxy.cpp | 38 int error = Remote()->SendRequest( in Start() local 54 int error = Remote()->SendRequest( in Stop() local 70 int error = Remote()->SendRequest( in Release() local 92 int error = Remote()->SendRequest( in SetCallback() local 114 int error = Remote()->SendRequest( in AddDeferredSurface() local 141 int error = Remote()->SendRequest( in ForkSketchStreamRepeat() local 167 int error = Remote()->SendRequest( in UpdateSketchRatio() local 182 int error = Remote()->SendRequest( in RemoveSketchStreamRepeat() local 200 int error = Remote()->SendRequest( in SetFrameRate() local 218 int error = Remote()->SendRequest( in SetCameraRotation() local [all …]
|
H A D | hcapture_session_proxy.cpp | 33 int error = Remote()->SendRequest( in BeginConfig() local 57 int error = Remote()->SendRequest( in CanAddInput() local 82 int error = Remote()->SendRequest( in AddInput() local 106 int error = Remote()->SendRequest( in AddOutput() local 129 int error = Remote()->SendRequest( in RemoveInput() local 153 int error = Remote()->SendRequest( in RemoveOutput() local 169 int error = Remote()->SendRequest( in CommitConfig() local 185 int error = Remote()->SendRequest( in Start() local 201 int error = Remote()->SendRequest( in Stop() local 217 int error = Remote()->SendRequest( in Release() local [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 118 int error = SendTransactCmd( in DeleteForm() local 147 int error = SendTransactCmd( in StopRenderingForm() local 188 int error = SendTransactCmd( in ReleaseForm() local 224 int error = SendTransactCmd( in UpdateForm() local 261 int error = SendTransactCmd( in SetNextRefreshTime() local 849 int error; in GetStringInfo() local 880 int error; in GetFormsInfo() local 900 ErrCode error; in GetRunningFormInfos() local 919 int error; in GetParcelableInfo() local 1499 int error; in AcquireFormData() local [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/ |
H A D | launcher_bundle_manager_unsupported.cpp | 30 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetLauncherAbilityInfo() local 39 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetLauncherAbilityInfoSync() local 48 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetAllLauncherAbilityInfo() local 57 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetShortcutInfo() local 66 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetShortcutInfoSync() local 75 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in StartShortcut() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay_unsupported.cpp | 30 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetOverlayEnabled() local 39 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetOverlayEnabledByBundleName() local 48 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetOverlayModuleInfo() local 57 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetTargetOverlayModuleInfos() local 66 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetOverlayModuleInfoByBundleName() local 75 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetTargetOverlayModuleInfosByBundleName() local
|
/aosp12/packages/modules/adb/ |
H A D | socket_spec_test.cpp | 28 std::string hostname, error, serial; in TEST() local 35 std::string hostname, error, serial; in TEST() local 44 std::string hostname, error, serial; in TEST() local 52 std::string hostname, error, serial; in TEST() local 104 std::string error; in TEST() local 112 std::string error; in TEST() local 118 std::string error; in TEST() local 126 std::string error; in TEST() local 134 std::string error, serial; in TEST() local 145 std::string error, serial; in TEST() local [all …]
|
H A D | adb_listeners_test.cpp | 68 std::string error; in TEST_F() local 78 std::string error; in TEST_F() local 92 std::string error; in TEST_F() local 107 std::string error; in TEST_F() local 117 std::string error; in TEST_F() local 128 std::string error; in TEST_F() local 139 std::string error; in TEST_F() local 154 std::string error; in TEST_F() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/ |
H A D | js_app_control_unsupported.cpp | 30 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDisposedStatus() local 39 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDisposedStatus() local 48 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in DeleteDisposedStatus() local 57 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDisposedStatusSync() local 66 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDisposedStatusSync() local 75 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in DeleteDisposedStatusSync() local 84 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in GetDisposedRule() local 93 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, in SetDisposedRule() local
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | gnss_ability_proxy.cpp | 79 int error = in RefrashRequirements() local 100 int error = in RegisterGnssStatusCallback() local 118 int error = in UnregisterGnssStatusCallback() local 192 int error = in UnregisterCachedCallback() local 216 int error = in GetCachedGnssLocationsSize() local 282 int error = in AddFence() local 303 int error = in RemoveFence() local 328 int error = remote->SendRequest( in AddGnssGeofence() local 369 int error = in EnableMock() local 389 int error = in DisableMock() local [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_proxy.cpp | 48 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject() local 299 int error = Remote()->SendRequest(GET_SURFACE, data, reply, option); in GetSurface() local 474 int error = Remote()->SendRequest(SET_GENRE, data, reply, option); in SetGenre() local 621 int error = Remote()->SendRequest(PREPARE, data, reply, option); in Prepare() local 637 int error = Remote()->SendRequest(START, data, reply, option); in Start() local 653 int error = Remote()->SendRequest(PAUSE, data, reply, option); in Pause() local 669 int error = Remote()->SendRequest(RESUME, data, reply, option); in Resume() local 686 int error = Remote()->SendRequest(STOP, data, reply, option); in Stop() local 702 int error = Remote()->SendRequest(RESET, data, reply, option); in Reset() local 718 int error = Remote()->SendRequest(RELEASE, data, reply, option); in Release() local [all …]
|
/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Container.cpp | 142 std::ostringstream error; in AddResFileEntry() local 211 std::ostringstream error; in GetResFileOffsets() local 219 std::ostringstream error; in GetResFileOffsets() local 226 std::ostringstream error; in GetResFileOffsets() local 233 std::ostringstream error; in GetResFileOffsets() local 277 std::ostringstream error; in ContainerReader() local 291 std::ostringstream error; in ContainerReader() local 305 std::ostringstream error; in ContainerReader() local 325 std::ostringstream error; in Next() local 333 std::ostringstream error; in Next() local [all …]
|