Home
last modified time | relevance | path

Searched defs:errCode (Results 1676 - 1700 of 1741) sorted by relevance

1...<<61626364656667686970

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp387 int errCode = E_OK; in SetUp() local
2433 int errCode = 0; in HWTEST_F() local
2477 int errCode = 0; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp221 int errCode = store_->RegisterAutoSyncCallback(obs); in SubscribeAutoSyncProgress() local
239 int errCode = store_->UnregisterAutoSyncCallback(*it); in UnsubscribeAutoSyncProgress() local
313 static OHOS::NativeRdb::RdbStoreConfig GetRdbStoreConfig(const OH_Rdb_ConfigV2 *config, int *errCode) in GetRdbStoreConfig() argument
343 OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode) OH_Rdb_GetOrOpen() argument
381 OH_Rdb_CreateOrOpen(const OH_Rdb_ConfigV2 *config, int *errCode) OH_Rdb_CreateOrOpen() argument
420 int errCode = OHOS::NativeRdb::E_OK; OH_Rdb_DeleteStore() local
436 int errCode = OHOS::NativeRdb::E_OK; OH_Rdb_DeleteStoreV2() local
753 int errCode = (type == RDB_SUBSCRIBE_TYPE_LOCAL_DETAILS) ? DoUnsubScribe() local
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp223 UniqueFd BackupExtExtension::GetFileHandle(const string &fileName, int32_t &errCode) in GetFileHandle() argument
278 ErrCode errCode = ERR_OK; in GetIncreFileHandleForSpecialVersion() local
343 int32_t errCode in GetIncreFileHandleForNormalVersion() local
470 int32_t errCode = ERR_OK; BigFileReady() local
651 int32_t errCode = ERR_OK; TarFileReady() local
1602 AppDone(ErrCode errCode) AppDone() argument
1618 AppResultReport(const std::string restoreRetInfo, BackupRestoreScenario scenario, ErrCode errCode) AppResultReport() argument
1910 int32_t errCode = ERR_OK; IncrementalBigFileReady() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp554 std::error_code errCode; in CheckAndFixUserKeyDirectory() local
579 std::error_code errCode; in GenerateIntegrityDirs() local
611 std::error_code errCode; in IsWorkDirExist() local
686 int errCode = 0; DoDeleteUserKeys() local
[all...]
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp96 int32_t errCode = RdbHelper::DeleteRdbStore(databasePath); in ReBuildDatabase() local
119 int32_t errCode in RdbInit() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c765 uint16_t errCode = 0; in DFileSessionHandleRst() local
1993 static void FileManagerMsgHandle(FileManagerMsgType msgType, int32_t errCode, void *context) in FileManagerMsgHandle() argument
H A Dnstackx_file_manager.c38 int32_t errCode; member
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h117 int32_t errCode; member
172 int32_t errCode; member
228 int32_t errCode; member
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp367 WMError errCode = RegisterWindowManagerAgent(type, windowManagerAgentProxy); in HandleRegisterWindowManagerAgent() local
379 WMError errCode = UnregisterWindowManagerAgent(type, windowManagerAgentProxy); in HandleUnregisterWindowManagerAgent() local
398 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel() local
412 WSError errCode = SetSessionIcon(token, icon); in HandleSetSessionIcon() local
435 WSError errCode = PendingSessionToForeground(token); in HandlePendingSessionToForeground() local
453 WSError errCode = PendingSessionToBackgroundForDelegator(token, shouldBackToCaller); HandlePendingSessionToBackgroundForDelegator() local
467 WSError errCode = RegisterSessionListener(listener); HandleRegisterSessionListener() local
481 WSError errCode = UnRegisterSessionListener(listener); HandleUnRegisterSessionListener() local
492 WSError errCode = GetSessionInfos(deviceId, numMax, missionInfos); HandleGetSessionInfos() local
512 WSError errCode = GetSessionInfo(deviceId, persistentId, info); HandleGetSessionInfo() local
531 WSError errCode = GetSessionInfoByContinueSessionId(continueSessionId, info); HandleGetSessionInfoByContinueSessionId() local
548 WSError errCode = DumpSessionAll(infos); HandleDumpSessionAll() local
566 WSError errCode = DumpSessionWithId(persistentId, infos); HandleDumpSessionWithId() local
597 WSError errCode = TerminateSessionNew(abilitySessionInfo, needStartCaller, isFromBroker); HandleTerminateSessionNew() local
606 WSError errCode = GetFocusSessionToken(token); HandleGetFocusSessionToken() local
616 WSError errCode = GetFocusSessionElement(element); HandleGetFocusSessionElement() local
631 WMError errCode = CheckWindowId(windowId, pid); HandleCheckWindowId() local
658 WMError errCode = GetAccessibilityWindowInfo(infos); HandleGetAccessibilityWindowInfo() local
676 WMError errCode = GetUnreliableWindowInfo(windowId, infos); HandleGetUnreliableWindowInfo() local
703 WSError errCode = GetSessionDumpInfo(params, dumpInfo); HandleGetSessionDump() local
728 WSError errCode = UpdateSessionAvoidAreaListener(persistentId, haveAvoidAreaListener); HandleUpdateSessionAvoidAreaListener() local
886 WSError errCode = UpdateSessionTouchOutsideListener(persistentId, haveAvoidAreaListener); HandleUpdateSessionTouchOutsideListener() local
898 WSError errCode = RaiseWindowToTop(persistentId); HandleRaiseWindowToTop() local
935 WMError errCode = GetParentMainWindowId(windowId, mainWindowId); HandleGetParentMainWindowId() local
970 WMError errCode = GetVisibilityWindowInfo(infos); HandleGetVisibilityWindowInfo() local
1116 WMError errCode = GetWindowModeType(windowModeType); HandleGetWindowModeType() local
1129 WMError errCode = GetWindowStyleType(windowStyleType); HandleGetWindowStyleType() local
1145 WMError errCode = GetProcessSurfaceNodeIdByPersistentId(pid, persistentIds, surfaceNodeIds); HandleGetProcessSurfaceNodeIdByPersistentId() local
1166 WMError errCode = SkipSnapshotForAppProcess(pid, skip); HandleSkipSnapshotForAppProcess() local
1183 WMError errCode = SkipSnapshotByUserIdAndBundleNames(userId, bundleNameList); HandleSkipSnapshotByUserIdAndBundleNames() local
1205 WMError errCode = SetProcessWatermark(pid, watermarkName, isEnabled); HandleSetProcessWatermark() local
1229 WMError errCode = GetWindowIdsByCoordinate(displayId, windowNumber, x, y, windowIds); HandleGetWindowIdsByCoordinate() local
1241 WMError errCode = ReleaseForegroundSessionScreenLock(); HandleReleaseForegroundSessionScreenLock() local
1254 WMError errCode = GetDisplayIdByPersistentId(persistentId, displayId); HandleGetDisplayIdByPersistentId() local
1266 WMError errCode = IsPcOrPadFreeMultiWindowMode(isPcOrPadFreeMultiWindowMode); HandleIsPcOrPadFreeMultiWindowMode() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp353 auto errCode = surfaceNode_->SetHidePrivacyContent(needHide); in HidePrivacyContentForHost() local
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp307 Image_ErrorCode errCode = IMAGE_SUCCESS; in CreateTestPixelmapByImageSource() local
623 Image_ErrorCode errCode = OH_ImagePackerNative_PackToFileFromPicture(g_ctx.imagePacker, in PackToFileFromPicture() local
1432 Image_ErrorCode errCode = IMAGE_SUCCESS; MetadataGetPropertyErrorCode() local
1701 Image_ErrorCode errCode = IMAGE_SUCCESS; CreateAuxiliaryPictureErrorCode() local
1860 Image_ErrorCode errCode = IMAGE_SUCCESS; MetadataSetPropertyErrorCode() local
1886 Image_ErrorCode errCode = IMAGE_SUCCESS; PictureSetMetadataErrorCode() local
1910 Image_ErrorCode errCode = IMAGE_SUCCESS; PictureGetMetadataErrorCode() local
1934 Image_ErrorCode errCode = IMAGE_SUCCESS; GetAuxiliaryPictureErrorCode() local
[all...]
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp107 OH_AVErrCode errCode = OH_AVPlayer_SetURLSource(player, nullptr); in OhAvPlayerSetURLSourceAbnormalOne() local
120 OH_AVErrCode errCode = OH_AVPlayer_SetURLSource(nullptr, nullptr); in OhAvPlayerSetURLSourceAbnormalTwo() local
142 OH_AVErrCode errCode = OH_AVPlayer_SetFDSource(player, fileDescribe, PARAM_0, fileSize); in GetFDSourceInfo() local
177 OH_AVErrCode errCode = OH_AVPlayer_SetFDSource(player, INVALID_FD, PARAM_0, PARAM_0); in OhAvPlayerSetFDSourceAbnormalTwo() local
190 OH_AVErrCode errCode = OH_AVPlayer_SetFDSource(nullptr, PARAM_0, PARAM_0, PARAM_0); in OhAvPlayerSetFDSourceAbnormalThree() local
198 GetBackParam(int param, OH_AVErrCode errCode) GetBackParam() argument
219 OH_AVErrCode errCode = OH_AVPlayer_SetAudioRendererInfo(player, AUDIOSTREAM_USAGE_UNKNOWN); OhAvPlayerSetAudioRendererInfo() local
235 OH_AVErrCode errCode = OH_AVPlayer_SetAudioInterruptMode(player, OhAvPlayerSetAudioInterruptMode() local
261 OH_AVErrCode errCode = ((secondParam == PARAM_1) ? OH_AVPlayer_Prepare(player) : OH_AVPlayer_Prepare(nullptr)); OhAvPlayerPrepare() local
280 OH_AVErrCode errCode; OhAvPlayerPlay() local
307 OH_AVErrCode errCode; OhAvPlayerPause() local
336 OH_AVErrCode errCode; OhAvPlayerStop() local
365 OH_AVErrCode errCode; OhAvPlayerReset() local
392 OH_AVErrCode errCode = OH_AVPlayer_Release(player); OhAvPlayerRelease() local
404 OH_AVErrCode errCode = OH_AVPlayer_Release(nullptr); OhAvPlayerReleaseAbnormalOne() local
417 OH_AVErrCode errCode = OH_AVPlayer_ReleaseSync(player); OhAvPlayerReleaseSync() local
429 OH_AVErrCode errCode = OH_AVPlayer_ReleaseSync(nullptr); OhAvPlayerReleaseSyncAbnormalOne() local
442 OH_AVErrCode errCode = OH_AVPlayer_SetVolume(player, PARAM_1F, PARAM_1F); OhAvPlayerSetVolume() local
455 OH_AVErrCode errCode = OH_AVPlayer_SetVolume(nullptr, PARAM_1F, PARAM_1F); OhAvPlayerSetVolumeAbnormalOne() local
476 OH_AVErrCode errCode = OH_AVPlayer_SetAudioEffectMode(player, EFFECT_NONE); OhAvPlayerSetAudioEffectMode() local
490 OH_AVErrCode errCode = OH_AVPlayer_Seek(player, PARAM_1, AV_SEEK_NEXT_SYNC); OhAvPlayerSeek() local
503 OH_AVErrCode errCode = OH_AVPlayer_Seek(nullptr, PARAM_1, AV_SEEK_NEXT_SYNC); OhAvPlayerSeekAbnormalOne() local
520 OH_AVErrCode errCode = OH_AVPlayer_GetCurrentTime(player, &currentTime); OhAvPlayerGetCurrentTime() local
534 OH_AVErrCode errCode = OH_AVPlayer_GetCurrentTime(nullptr, &currentTime); OhAvPlayerGetCurrentTimeAbnormalOne() local
548 OH_AVErrCode errCode = OH_AVPlayer_GetVideoWidth(player, &width); OhAvPlayerGetVideoWidth() local
562 OH_AVErrCode errCode = OH_AVPlayer_GetVideoWidth(nullptr, &width); OhAvPlayerGetVideoWidthAbnormalOne() local
576 OH_AVErrCode errCode = OH_AVPlayer_GetVideoHeight(player, &height); OhAvPlayerGetVideoHeight() local
590 OH_AVErrCode errCode = OH_AVPlayer_GetVideoHeight(nullptr, &width); OhAvPlayerGetVideoHeightAbnormalOne() local
603 OH_AVErrCode errCode = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_1_00_X); OhAvPlayerSetPlaybackSpeed() local
616 OH_AVErrCode errCode = OH_AVPlayer_SetPlaybackSpeed(nullptr, AV_SPEED_FORWARD_1_00_X); OhAvPlayerSetPlaybackSpeedAbnormalOne() local
629 OH_AVErrCode errCode = OH_AVPlayer_SetPlaybackSpeed(player, AV_SPEED_FORWARD_3_00_X); OhAvPlayerSetPlaybackSpeedNormalThree() local
642 OH_AVErrCode errCode = OH_AVPlayer_SetPlaybackSpeed(nullptr, AV_SPEED_FORWARD_3_00_X); OhAvPlayerSetPlaybackSpeedAbnormalThree() local
657 OH_AVErrCode errCode = OH_AVPlayer_GetPlaybackSpeed(player, &speed); OhAvPlayerGetPlaybackSpeed() local
671 OH_AVErrCode errCode = OH_AVPlayer_GetPlaybackSpeed(nullptr, &speed); OhAvPlayerGetPlaybackSpeedAbnormalOne() local
686 OH_AVErrCode errCode = OH_AVPlayer_GetPlaybackSpeed(player, &speed); OhAvPlayerGetPlaybackSpeedNormalThree() local
700 OH_AVErrCode errCode = OH_AVPlayer_GetPlaybackSpeed(nullptr, &speed); OhAvPlayerGetPlaybackSpeedAbnormalThree() local
713 OH_AVErrCode errCode = OH_AVPlayer_SelectBitRate(player, PARAM_10); OhAvPlayerSelectBitRate() local
726 OH_AVErrCode errCode = OH_AVPlayer_SelectBitRate(nullptr, PARAM_10); OhAvPlayerSelectBitRateAbnormalOne() local
749 OH_AVErrCode errCode = OH_AVPlayer_SetVideoSurface(player, window); OhAvPlayerSetVideoSurface() local
765 OH_AVErrCode errCode = OH_AVPlayer_SetVideoSurface(nullptr, nullptr); OhAvPlayerSetVideoSurfaceAbnormalOne() local
778 OH_AVErrCode errCode = OH_AVPlayer_SetVideoSurface(player, nullptr); OhAvPlayerSetVideoSurfaceAbnormalTwo() local
799 OH_AVErrCode errCode = OH_AVPlayer_SetVideoSurface(nullptr, window); OhAvPlayerSetVideoSurfaceAbnormalThree() local
816 OH_AVErrCode errCode = OH_AVPlayer_GetDuration(player, &duration); OhAvPlayerGetDuration() local
830 OH_AVErrCode errCode = OH_AVPlayer_GetDuration(nullptr, &duration); OhAvPlayerGetDurationAbnormalOne() local
852 OH_AVErrCode errCode; OhAvPlayerGetState() local
932 OH_AVErrCode errCode = OH_AVPlayer_SetLooping(player, true); OhAvPlayerSetLooping() local
945 OH_AVErrCode errCode = OH_AVPlayer_SetLooping(nullptr, true); OhAvPlayerSetLoopingAbnormalOne() local
1366 OH_AVErrCode errCode = OH_AVPlayer_SetOnInfoCallback(player, AVPlayerOnInfoCallbackImpl, ndkAVPlayerUser); OhAvPlayerSetOnInfoCallback() local
1374 OH_AVErrCode errCode = OH_AVPlayer_SetOnInfoCallback(player, nullptr, ndkAVPlayerUser); OhAvPlayerSetOnInfoCallback() local
1418 OH_AVErrCode errCode = OH_AVPlayer_SetOnInfoCallback(player, onInfoCb, ndkAVPlayerUser); OhAvPlayerSetOnInfoCallbackAbnormal() local
1481 OH_AVErrCode errCode = OH_AVPlayer_SetOnErrorCallback(player, AVPlayerOnErrorCallbackImpl, ndkAVPlayerUser); OhAvPlayerSetOnErrorCallback() local
1489 OH_AVErrCode errCode = OH_AVPlayer_SetOnErrorCallback(player, nullptr, ndkAVPlayerUser); OhAvPlayerSetOnErrorCallback() local
1533 OH_AVErrCode errCode = OH_AVPlayer_SetOnErrorCallback(player, onErrorCb, ndkAVPlayerUser); OhAvPlayerSetOnErrorCallbackAbnormal() local
1554 OH_AVErrCode errCode = OH_AVPlayer_SetPlayerCallback(player, cb); OhAvPlayerSetPlayerCallback() local
1568 OH_AVErrCode errCode = OH_AVPlayer_SetPlayerCallback(nullptr, cb); OhAvPlayerSetPlayerCallbackAbnormalOne() local
1581 OH_AVErrCode errCode = OH_AVPlayer_SetPlayerCallback(nullptr, cb); OhAvPlayerSetPlayerCallbackAbnormalTwo() local
1594 OH_AVErrCode errCode = OH_AVPlayer_SetPlayerCallback(player, cb); OhAvPlayerSetPlayerCallbackAbnormalThree() local
1608 OH_AVErrCode errCode = OH_AVPlayer_SelectTrack(player, PARAM_0); OhAvPlayerSelectTrack() local
1621 OH_AVErrCode errCode = OH_AVPlayer_SelectTrack(nullptr, PARAM_0); OhAvPlayerSelectTrackAbnormalOne() local
1635 OH_AVErrCode errCode = OH_AVPlayer_DeselectTrack(player, PARAM_0); OhAvPlayerDeselectTrack() local
1649 OH_AVErrCode errCode = OH_AVPlayer_DeselectTrack(nullptr, PARAM_0); OhAvPlayerDeselectTrackAbnormalOne() local
1665 OH_AVErrCode errCode = OH_AVPlayer_GetCurrentTrack(player, trackType, &index); OhAvPlayerGetCurrentTrack() local
1681 OH_AVErrCode errCode = OH_AVPlayer_GetCurrentTrack(nullptr, trackType, &index); OhAvPlayerGetCurrentTrackAbnormalOne() local
[all...]
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp97 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_SetWidth(opts, width); in accessInitializationOptions() local
189 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_Create(&opts); TestInitializationOptions() local
214 Image_ErrorCode errCode = OH_PixelmapNative_Release(TEST_PIXELMAP); releaseTestPixelmap() local
226 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_Create(&createOpts); createPixelMap() local
302 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_Create(&createOpts); createPixelMapWithData() local
401 Image_ErrorCode errCode = OH_ImagePackerNative_PackToFileFromPixelmap(packer, opts, TEST_PIXELMAP, fd); TestSavePixelmap() local
435 Image_ErrorCode errCode = createPixelMap(width, height, pixelFormat, alphaType); TestCreatePixelmap() local
467 Image_ErrorCode errCode = TestCreatePixelmapWithData() local
489 Image_ErrorCode errCode = OH_PixelmapNative_ReadPixels(TEST_PIXELMAP, destination, &bufferSize); TestReadPixels() local
513 Image_ErrorCode errCode = OH_PixelmapNative_WritePixels(TEST_PIXELMAP, source, bufferSize); TestWritePixels() local
558 Image_ErrorCode errCode = OH_PixelmapImageInfo_Create(&imageInfo); TestGetImageInfo() local
638 Image_ErrorCode errCode = OH_PixelmapNative_Opacity(TEST_PIXELMAP, (float)rate); TestOpacity() local
662 Image_ErrorCode errCode = OH_PixelmapNative_Scale(TEST_PIXELMAP, (float)x, (float)y); TestScale() local
684 Image_ErrorCode errCode = OH_PixelmapNative_Translate(TEST_PIXELMAP, (float)x, (float)y); TestTranslate() local
706 Image_ErrorCode errCode = OH_PixelmapNative_Rotate(TEST_PIXELMAP, (float)angle); TestRotate() local
729 Image_ErrorCode errCode = OH_PixelmapNative_Flip(TEST_PIXELMAP, horizontal, vertical); TestFlip() local
754 Image_ErrorCode errCode = OH_PixelmapNative_Crop(TEST_PIXELMAP, &region); TestCrop() local
765 Image_ErrorCode errCode = releaseTestPixelmap(); TestReleasePixelmap() local
788 Image_ErrorCode errCode = OH_ImageSourceInfo_Create(&imageInfo); CreateImageInfo() local
821 Image_ErrorCode errCode = OH_ImageSourceInfo_GetWidth(imageInfo, &width); ImageInfoGetWidth() local
850 Image_ErrorCode errCode = OH_ImageSourceInfo_GetHeight(imageInfo, &height); ImageInfoGetHeight() local
879 Image_ErrorCode errCode = OH_ImageSourceInfo_Release(imageInfo); ReleaseImageInfo() local
893 Image_ErrorCode errCode = OH_DecodingOptions_Create(&deops); CreateDecodingOptions() local
924 Image_ErrorCode errCode = OH_DecodingOptions_GetPixelFormat(depos, &pixelFormat); DecodingOptionsGetPixelFormat() local
956 Image_ErrorCode errCode = OH_DecodingOptions_SetPixelFormat(depos, pixelFormat); DecodingOptionsSetPixelFormat() local
982 Image_ErrorCode errCode = OH_DecodingOptions_GetIndex(depos, &index); DecodingOptionsGetIndex() local
1013 Image_ErrorCode errCode = OH_DecodingOptions_SetIndex(depos, index); DecodingOptionsSetIndex() local
1230 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromUri(url, urlSize, &res); CreateFromUri() local
1264 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromFd(fd, &res); CreateFromFd() local
1339 Image_ErrorCode errCode = OH_ImageSourceNative_CreatePixelmap(imageSource, decodeOpts, &resPixMap); CreatePixelMap() local
1383 Image_ErrorCode errCode = OH_ImageSourceNative_GetFrameCount(imageSource, &frameCnt); CreatePixelMapList() local
1435 Image_ErrorCode errCode = OH_ImageSourceNative_GetFrameCount(imageSource, &frameCnt); GetDelayTime() local
1487 Image_ErrorCode errCode = OH_ImageSourceNative_GetImageInfo(imageSource, index, imageInfo); GetImageInfo() local
1527 Image_ErrorCode errCode = OH_ImageSourceNative_GetImageProperty(imageSource, &imageKey, &imageValue); GetImageProperty() local
1572 Image_ErrorCode errCode = OH_ImageSourceNative_ModifyImageProperty(imageSource, &imageKey, &imageVal); ModifyImageProperty() local
1596 Image_ErrorCode errCode = OH_ImageSourceNative_GetFrameCount(imageSource, &frameCnt); GetFrameCount() local
1620 Image_ErrorCode errCode = OH_ImageSourceNative_Release(imageSource); SourceRelease() local
1703 Image_ErrorCode errCode = OH_PackingOptions_SetMimeType(packingOptions, &tmpMineType); PackingOptionsSetMimeType() local
1726 Image_ErrorCode errCode = OH_PackingOptions_GetQuality(packingOptions, &quality); PackingOptionsGetQuality() local
1755 Image_ErrorCode errCode = OH_PackingOptions_SetQuality(packingOptions, quality); PackingOptionsSetQuality() local
1776 Image_ErrorCode errCode = OH_PackingOptions_Release(packingOptions); ReleasePackingOptions() local
1787 Image_ErrorCode errCode = OH_ImagePackerNative_Create(&res); PackerCreate() local
1835 Image_ErrorCode errCode = PackToDataFromImageSource() local
1882 Image_ErrorCode errCode = PackToDataFromPixelMap() local
1921 Image_ErrorCode errCode = OH_ImagePackerNative_PackToFileFromImageSource(packer, opts, imageSource, fd); PackToFileFromImageSource() local
1954 Image_ErrorCode errCode = OH_ImagePackerNative_PackToFileFromPixelmap(packer, opts, pixmap, fd); PackToFileFromPixelMap() local
1975 Image_ErrorCode errCode = OH_ImagePackerNative_Release(packer); PackerRelease() local
1995 Image_ErrorCode errCode = OH_PixelmapNative_Release(pixelMap); PixelMapRelease() local
2032 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromRawFile(&rawDesc, &res); CreateFromRawFile() local
2176 Image_ErrorCode errCode = OH_PixelmapNative_ToSdr(pixmap); PixelMapToSdr() local
2207 Image_ErrorCode errCode = OH_ImageSourceNative_GetImageInfo(imageSource, 0, imageInfo); GetImageSourceDynamicRange() local
2244 Image_ErrorCode errCode = OH_PackingOptions_SetDesiredDynamicRange(packingOptions, desiredDynamicRange); PackingOptionsSetDesiredDynamicRange() local
2268 Image_ErrorCode errCode = OH_PackingOptions_GetDesiredDynamicRange(packingOptions, &desiredDynamicRange); PackingOptionsGetDesiredDynamicRange() local
2298 Image_ErrorCode errCode = OH_PackingOptions_SetNeedsPackProperties(packingOptions, PackingOptionsSetNeedsPackProperties() local
2323 Image_ErrorCode errCode = OH_PackingOptions_GetNeedsPackProperties(packingOptions, &needsPackProperties); PackingOptionsGetNeedsPackProperties() local
[all...]
/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1481 auto errCode = SendGnssRequest( in QuerySupportCoordinateSystemType() local
1540 void LocatorAbility::ReportLocationError(std::string uuid, int32_t errCode, int32_t netErrCode) in ReportLocationError() argument
1729 void LocatorErrorMessage::SetErrCode(int32_t errCode) in SetErrCode() argument
2040 auto errCode = locatorErrorMessage->GetErrCode(); in ReportNetworkLocatingErrorEvent() local
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1751 uint32_t errCode = 0; in DecodeSvgToPixelMap() local
3257 uint32_t errCode = 0; in DrawFromSVG() local
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp77 std::optional<NapiError> errCode = MatchParameters(env, argv, argc, inParaTp); in NapiCreateAsyncWork() local
114 std::optional<NapiError> errCode = MatchParameters(env, argv, argc, theTuple); in NapiCreateAsyncWork2() local
147 std::optional<NapiError> errCode = MatchParameters(env, parameters, parameterCount, theTuple); in NapiCreateAsyncWork3() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp249 char *FfiOHOSWebviewCtlGetUserAgent(int64_t id, int32_t *errCode) in FfiOHOSWebviewCtlGetUserAgent() argument
261 int32_t FfiOHOSWebviewCtlGetWebId(int64_t id, int32_t *errCode) in FfiOHOSWebviewCtlGetWebId() argument
274 bool FfiOHOSWebviewCtlAccessForward(int64_t id, int32_t *errCode) in FfiOHOSWebviewCtlAccessForward() argument
286 bool FfiOHOSWebviewCtlAccessBackward(int64_t id, int32_t *errCode) in FfiOHOSWebviewCtlAccessBackward() argument
435 FfiOHOSCookieMgrFetchCookieSync(const char *url, bool incognitoMode, int32_t* errCode) FfiOHOSCookieMgrFetchCookieSync() argument
567 FfiOHOSWebviewCtlGetPageHeight(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetPageHeight() argument
643 FfiOHOSWebviewCtlAccessStep(int64_t id, int32_t *errCode, int32_t step) FfiOHOSWebviewCtlAccessStep() argument
675 FfiOHOSWebviewCtlGetHitTest(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetHitTest() argument
687 FfiOHOSWebviewCtlGetHitTestValue(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetHitTestValue() argument
726 FfiOHOSWebviewCtlIsSafeBrowsingEnabled(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlIsSafeBrowsingEnabled() argument
738 FfiOHOSWebviewCtlGetSecurityLevel(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetSecurityLevel() argument
750 FfiOHOSWebviewCtlIsIncognitoMode(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlIsIncognitoMode() argument
772 FfiOHOSWebviewCtlGetBackForwardEntries(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetBackForwardEntries() argument
863 FfiOHOSWebviewCtlCreateWebMessagePorts(int64_t id, bool isExtentionType, int32_t *errCode) FfiOHOSWebviewCtlCreateWebMessagePorts() argument
941 FfiOHOSWebviewCtlSerializeWebState(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlSerializeWebState() argument
970 FfiOHOSWebviewCtlGetCertificate(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetCertificate() argument
1009 FfiOHOSBackForwardListCurrentIndex(int64_t id, int32_t *errCode) FfiOHOSBackForwardListCurrentIndex() argument
1020 FfiOHOSBackForwardListSize(int64_t id, int32_t *errCode) FfiOHOSBackForwardListSize() argument
1106 FfiOHOSWebviewCtlGetFavicon(int64_t id, int32_t *errCode) FfiOHOSWebviewCtlGetFavicon() argument
1143 FfiOHOSGetItemAtIndex(int64_t id, int32_t index, int32_t *errCode) FfiOHOSGetItemAtIndex() argument
1370 FfiOHOSWebDownloadItemImplGetCurrentSpeed(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetCurrentSpeed() argument
1381 FfiOHOSWebDownloadItemImplGetPercentComplete(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetPercentComplete() argument
1392 FfiOHOSWebDownloadItemImplGetTotalBytes(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetTotalBytes() argument
1403 FfiOHOSWebDownloadItemImplGetReceivedBytes(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetReceivedBytes() argument
1414 FfiOHOSWebDownloadItemImplGetState(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetState() argument
1425 FfiOHOSWebDownloadItemImplGetLastErrorCode(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplGetLastErrorCode() argument
1574 FfiOHOSWebDownloadItemImplSerialize(int64_t id, int32_t *errCode) FfiOHOSWebDownloadItemImplSerialize() argument
1616 FfiOHOSWebDownloadItemImplDeserialize(CArrUI8 serializedData, int32_t *errCode) FfiOHOSWebDownloadItemImplDeserialize() argument
1731 FfiOHOSGeolocationAllowGeolocation(char* origin, bool incognito, int32_t *errCode) FfiOHOSGeolocationAllowGeolocation() argument
1737 FfiOHOSGeolocationDeleteGeolocation(char* origin, bool incognito, int32_t *errCode) FfiOHOSGeolocationDeleteGeolocation() argument
1743 FfiOHOSGeolocationGetAccessibleGeolocation(char* origin, bool incognito, int32_t *errCode) FfiOHOSGeolocationGetAccessibleGeolocation() argument
1749 FfiOHOSGeolocationGetStoredGeolocation(bool incognito, int32_t *errCode) FfiOHOSGeolocationGetStoredGeolocation() argument
1761 FfiOHOSGeolocationDeleteAllGeolocation(bool incognito, int32_t *errCode) FfiOHOSGeolocationDeleteAllGeolocation() argument
1778 FfiWebStorageGetOriginQuota(char* corigin, int32_t *errCode) FfiWebStorageGetOriginQuota() argument
1784 FfiWebStorageGetOriginUsage(char* corigin, int32_t *errCode) FfiWebStorageGetOriginUsage() argument
1790 FfiWebStorageGetOrigins(int32_t *errCode) FfiWebStorageGetOrigins() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp105 ErrCode errCode = Init(); in OnStart() local
666 auto errCode = Dump(args, result); in Dump() local
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp227 napi_value CreateBusinessError(napi_env env, OHOS::Accessibility::RetError errCode) in CreateBusinessError() argument
244 napi_value GetErrorValue(napi_env env, int errCode) in GetErrorValue() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp1436 int32_t errCode = reply.ReadInt32(); in GetAbilityLabel() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6261 ErrCode errCode = 0; in HWTEST_F() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp442 ErrCode errCode = AccountSA::OsAccountManager::SubscribeOsAccount(accountObserver_); in SubscribeOsAccountChangeEvents() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp571 bool errCode = false; in CopyFileUtil() local
1171 int32_t errCode = E_ERR; local
1220 int32_t errCode = E_ERR; global() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp501 uint32_t errCode = DoEncode(&tStream, bitmap, encodeFormat_); in EncodeImageByBitmap() local
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp233 int32_t errCode; in BeginConfig() local

Completed in 87 milliseconds

1...<<61626364656667686970