/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/ |
H A D | color_picker_napi.cpp | 237 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in CreateColorPickerFromPixelmapExecute() local 636 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetMainColorSync() local 673 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetLargestProportionColor() local 709 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetHighestSaturationColor() local 745 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetAverageColor() local 820 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetMorandiBackgroundColor() local 855 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetMorandiShadowColor() local 890 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetDeepenImmersionColor() local 925 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetImmersiveBackgroundColor() local 960 uint32_t errorCode = ERR_EFFECT_INVALID_VALUE; in GetImmersiveForegroundColor() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/ |
H A D | file_source_stream_test.cpp | 176 uint32_t errorCode = 0; variable 207 uint32_t errorCode = 0; variable 238 uint32_t errorCode = 0; variable 269 uint32_t errorCode = 0; variable 300 uint32_t errorCode = 0; variable 331 uint32_t errorCode = 0; variable
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/ |
H A D | CarPropertyEvent.java | 95 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent() 109 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
H A D | EuiccCardErrorException.java | 81 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode) { in EuiccCardErrorException() 95 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode, in EuiccCardErrorException()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | trans_mananger_test.cpp | 106 int32_t errorCode = 0; variable 116 int32_t errorCode = 0; variable
|
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_listener_proxy.cpp | 37 void TransCoderListenerProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() 78 void TransCoderListenerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
|
/aosp12/frameworks/base/core/java/android/service/contentcapture/ |
H A D | DataShareReadAdapter.java | 48 void onError(@DataShareError int errorCode); in onError()
|
H A D | IDataShareReadAdapter.aidl | 24 void error(int errorCode); in error()
|
/aosp12/frameworks/base/core/java/android/speech/ |
H A D | IRecognitionServiceManagerCallback.aidl | 28 void onError(int errorCode); in onError()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_report.c | 32 const struct HksParamSet *paramSetIn, int32_t errorCode) in HksReport()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_register_font_test.cpp | 41 uint32_t errorCode = OH_Drawing_RegisterFont(fontCollection, g_fontFamily, g_fontPath); variable
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_credential.cpp | 54 static bool IsDlpCredentialHuksError(int errorCode) in IsDlpCredentialHuksError() 59 static bool IsDlpCredentialIpcError(int errorCode) in IsDlpCredentialIpcError() 64 static bool IsDlpCredentialServerError(int errorCode) in IsDlpCredentialServerError() 69 static bool IsNoPermissionError(int errorCode) in IsNoPermissionError() 74 static bool IsNoInternetError(int errorCode) in IsNoInternetError() 80 static int32_t ConvertCredentialError(int errorCode) in ConvertCredentialError() 150 static void DlpPackPolicyCallback(uint64_t requestId, int errorCode, DLP_EncPolicyData* outParams) in DlpPackPolicyCallback() 221 int errorCode, DLP_RestorePolicyData* outParams, PermissionPolicy policyInfo) in DlpRestorePolicyCallbackCheck() 304 static void DlpRestorePolicyCallback(uint64_t requestId, int errorCode, DLP_RestorePolicyData* outP… in DlpRestorePolicyCallback()
|
/aosp12/hardware/google/av/media/eco/include/eco/ |
H A D | ECODebug.h | 55 #define STATUS_ERROR(errorCode, errorString) \ argument 59 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_listener_stub.cpp | 48 int errorCode = data.ReadInt32(); in OnRemoteRequest() local 76 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
H A D | PackageInstallerImpl.java | 94 void installFailed(int errorCode, String errorDesc); in installFailed() 305 int errorCode = getPackageManagerErrorCode(status); in handleCommitCallback() local 318 int errorCode; in getPackageManagerErrorCode() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | transaction_impl.cpp | 49 auto errorCode = trans->Begin(type); in Create() local 185 auto errorCode = store->BatchInsert(insertRows, table, rows); in BatchInsert() local 231 auto errorCode = store->Delete(deletedRows, table, whereClause, args); in Delete() local 243 auto errorCode = store->Delete(deletedRows, predicates); in Delete() local
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | DataShareWriteAdapter.java | 46 default void onError(@DataShareError int errorCode) { in onError()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | UpdateEngineCallback.java | 47 public abstract void onPayloadApplicationComplete( in onPayloadApplicationComplete()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManagerResponse.aidl | 28 void onError(int errorCode, String errorMessage); in onError()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreException.java | 32 public KeyStoreException(int errorCode, String message) { in KeyStoreException()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothOobDataCallback.aidl | 29 void onError(int errorCode); in onError()
|
/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/task/ |
H A D | TestTaskCallback.java | 27 public void onError(AbstractProvisioningTask task, int errorCode) { in onError()
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | ICarBugreportCallback.aidl | 29 void onError(int errorCode); in onError()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | mifare_classic_tag_test.cpp | 163 int errorCode = mifareClassic->ReadSingleBlock(TEST_BLOCK_INDEX, testHexrespdata); variable 180 int errorCode = mifareClassic->WriteSingleBlock(TEST_BLOCK_INDEX, TEST_HEX_RESP_DATA); variable 193 int errorCode = mifareClassic->IncrementBlock(TEST_BLOCK_INDEX, VALUE); variable 206 int errorCode = mifareClassic->DecrementBlock(TEST_BLOCK_INDEX, VALUE); variable 219 int errorCode = mifareClassic->TransferToBlock(TEST_BLOCK_INDEX); variable 232 int errorCode = mifareClassic->RestoreFromBlock(TEST_BLOCK_INDEX); variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_packer_native.cpp | 356 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToDataFromImageSource() local 373 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToDataFromPixelmap() local 390 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToDataFromPicture() local 407 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToFileFromImageSource() local 423 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToFileFromPixelmap() local 439 Image_ErrorCode errorCode = CopyPackingOptions(options, packOption); in OH_ImagePackerNative_PackToFileFromPicture() local
|