Home
last modified time | relevance | path

Searched defs:err (Results 226 – 250 of 1062) sorted by relevance

12345678910>>...43

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreentrans_test_utils.h45 virtual void OnError(int32_t err, const std::string &content) override in OnError()
69 virtual void OnError(int32_t err, const std::string &content) override in OnError()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c174 static FILLP_BOOL FillpErrIsFatal(FILLP_INT err) in FillpErrIsFatal()
195 FILLP_INT FillpErrToErrno(FILLP_INT err) in FillpErrToErrno()
235 void FillpNetconnSetSafeErr(struct FtNetconn *conn, FILLP_INT err) in FillpNetconnSetSafeErr()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Duntar_file_test.cpp276 auto reportCb = [](std::string msg, int err) { in __anon2ce965e40102()
329 auto reportCb = [](std::string msg, int err) { in __anon2ce965e40202()
406 auto reportCb = [](std::string msg, int err) { in __anon2ce965e40302()
466 auto reportCb = [](std::string msg, int err) { in __anon2ce965e40402()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/c/src/
H A Dpurgeable_mem_c.c93 …PMState err = InitUxPageTable(pugObj->uxPageTable, (uint64_t)(pugObj->dataPtr), size); /* dataPtr … in PurgMemCreate_() local
159 PMState err = PM_OK; in PurgMemDestroy() local
298 PMState err = PM_OK; in PurgMemBeginRead() local
333 PMState err = PM_OK; in PurgMemBeginWrite() local
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp339 ErrCode err = proxy->PrepareAddUser(userId, CRYPTO_FLAG_EL1 | CRYPTO_FLAG_EL2); in PrepareAddUser() local
377 ErrCode err = PrepareAddUser(proxy, localId); in InnerSendToStorageAccountCreate() local
424 int err = proxy->RemoveUser(osAccountInfo.GetLocalId(), in SendToStorageAccountRemove() local
472 int32_t err = proxy->ActiveUserKey(osAccountInfo.GetLocalId(), emptyData, emptyData); in SendToStorageAccountStart() local
529 int err = proxy->StopUser(localId); in SendToStorageAccountStop() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp145 int32_t MediaScannerObj::InvokeCallback(int32_t err) in InvokeCallback()
294 auto err = MaintainAlbumRelationship(data_); in Commit() local
490 int32_t err = mediaScannerDb_->GetFileBasicInfo(path_, data_, api_, fileId_); in BuildData() local
578 int32_t err = GetFileMetadata(); in ScanFileInternal() local
621 int32_t err = GetParentDirInfo(parent, parentId); in BuildFileInfo() local
661 int32_t err = GetFileMetadata(); in ScanFileInTraversal() local
805 int err = E_OK; in WalkFileTree() local
887 int32_t err = mediaScannerDb_->ReadAlbums(dir_, albumMap_); in ScanDirInternal() local
950 for (auto &err : errSet) { in ScanError() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp984 … ErrCode err = PendingWant::GetAbilities(nullptr, requestCode, wants, flags, wParams, pendingWant); variable
1068 ErrCode err = PendingWant::GetAbility(nullptr, requestCode, want, flags, wParams, pendingWant); variable
1112 ErrCode err = PendingWant::GetCommonEvent(nullptr, requestCode, want, flags, pendingWant); variable
1132 … ErrCode err = PendingWant::GetCommonEvent(GetAppContext(), requestCode, want, flags, pendingWant); variable
1152 ErrCode err = PendingWant::GetService(nullptr, requestCode, want, flags, pendingWant); variable
1172 ErrCode err = PendingWant::GetService(nullptr, requestCode, want, flags, pendingWant); variable
1192 ErrCode err = PendingWant::GetService(GetAppContext(), requestCode, want, flags, pendingWant); variable
1232 ErrCode err = PendingWant::GetForegroundService(nullptr, requestCode, want, flags, pendingWant); variable
1247 ErrCode err = pendingWant->Cancel(target); variable
1344 ErrCode err = pendingWant.GetBundleName(nullptr, bundleName); variable
[all …]
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c457 int32_t err = HRIL_ERR_SUCCESS; in ReqGetSignalStrength() local
505 int32_t err = HRIL_ERR_SUCCESS; in ReqGetCsRegStatus() local
543 int32_t err = HRIL_ERR_SUCCESS; in ReqGetPsRegStatus() local
581 int32_t err = HRIL_ERR_SUCCESS; in ReqGetOperatorInfo() local
1138 int32_t err = HRIL_ERR_SUCCESS; in ReqGetNeighboringCellInfoList() local
1400 int32_t err = SkipATPrefix(&str); in ResidentNetworkUpdated() local
1436 int32_t err = SkipATPrefix(&str); in ProcessCurrentCellList() local
1477 int32_t err = HRIL_ERR_SUCCESS; in ReqGetCurrentCellInfo() local
1646 int32_t err = HRIL_ERR_SUCCESS; in ReqGetNetworkSelectionMode() local
1831 int32_t err = HRIL_ERR_SUCCESS; in ReqGetPreferredNetwork() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_raster.cpp50 …SurfaceError err = producer_->RequestBuffer(frame->buffer_, frame->releaseFence_, frame->requestCo… in RequestFrame() local
100 SurfaceError err = producer_->FlushBuffer(oriFramePtr->buffer_, -1, oriFramePtr->flushConfig_); in FlushFrame() local
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesTaskpoolJsunit.test.js119 pref.has(KEY_TEST_STRING_ELEMENT + index.toString(), async function (err, ret) { argument
159 pref.has(KEY_TEST_STRING_ELEMENT + index.toString(), async function (err, ret) { argument
/ohos5.0/drivers/peripheral/intelligent_voice/utils/
H A Dmemory_guard.cpp39 int32_t err = mallopt(M_FLUSH_THREAD_CACHE, 0); in ~MemoryGuard() local
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_napi_utils_ext.h22 #define CHECK_COND_LOG_THROW_RETURN_RET(env, cond, err, errmsg, ret, fmt, ...) \ argument
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dmemory_guard.cpp37 int err = mallopt(M_FLUSH_THREAD_CACHE, 0); in ~MemoryGuard() local
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_context.cpp35 … ErrCode err = AAFwk::AbilityManagerClient::GetInstance()->StartAbility(want, startOptions, token_, in StartAbility() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp89 ErrorCode err = FindPlugin(source); in SetSource() local
105 ErrorCode err = TranslatePluginStatus(plugin_->Init()); in InitPlugin() local
150 auto err = TranslatePluginStatus(ret); in Prepare() local
167 ErrorCode err; in PullData() local
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/
H A DSystemTimeGet.test.js437 systemTime.getCurrentTime("true", function (err) { argument
484 systemTime.getRealActiveTime("true", function (err) { argument
531 systemTime.getRealTime("true", function (err) { argument
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy_file.cpp233 auto err = IsAllPath(src, dest); in Sync() local
239 auto err = OpenFile(src, dest); in Sync() local
285 auto cbCompl = [](napi_env env, NError err) -> NVal { in Async()
H A Drmdirent.cpp125 auto err = RmDirent(string(path.get())); in Sync() local
153 auto cbCompl = [](napi_env env, NError err) -> NVal { in Async()
H A Dtruncate.cpp114 auto err = TruncateCore(env, fileInfo, truncateLen); in Sync() local
147 auto cbCompl = [](napi_env env, NError err) -> NVal { in Async()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_restore_test.cpp398 ErrCode err = 0; variable
424 ErrCode err = -1; variable
450 ErrCode err = 0; variable
476 ErrCode err = -1; variable
501 ErrCode err = 0; variable
525 ErrCode err = -1; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process_common.cpp70 int32_t err = InitDecoder(); in InitNode() local
265 int32_t err = videoDecoder_->SetOutputSurface(decodeProducerSurface_); in SetDecoderOutputSurface() local
424 int32_t err = FeedDecoderInputBuffer(); in ProcessData() local
484 …errno_t err = memcpy_s(sharedMemoryInput->GetBase(), inputMemoDataSize, buffer->Data(), buffer->Si… in FeedDecoderInputBuffer() local
599 errno_t err = memcpy_s(bufferOutput->Data(), bufferOutput->Size(), addr, imageSize); in CopyDecodedImage() local
685 int32_t err = nextDataProcess_->ProcessData(outputBuffers); in DecodeDone() local
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_permissions.cpp183 auto cbCompl = [arg](napi_env env, NError err) -> NVal { in PersistPermission()
227 auto cbCompl = [arg](napi_env env, NError err) -> NVal { in RevokePermission()
271 auto cbCompl = [arg](napi_env env, NError err) -> NVal { in ActivatePermission()
315 auto cbCompl = [arg](napi_env env, NError err) -> NVal { in DeactivatePermission()
359 auto cbCompl = [arg](napi_env env, NError err) -> NVal { in CheckPersistentPermission()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp106 auto err = memcpy_s(fskey.raw, FSCRYPT_MAX_KEY_SIZE, appKey.data.get(), appKey.size); in InstallKeyForAppKeyToKeyring() local
346 auto err = memcpy_s(fskey.raw, FS_MAX_KEY_SIZE, keyInfo_.key.data.get(), keyInfo_.key.size); in InstallKeyToKeyring() local
386 auto err = memcpy_s(fskey.raw, sizeof(fskey.raw), keyInfo_.key.data.get(), keyInfo_.key.size); in InstallEceSeceKeyToKeyring() local
527 …auto err = memcpy_s(keyInfo_.keyDesc.data.get(), keyInfo_.keyDesc.size, keyRef2, CRYPTO_KEY_DESC_S… in GenerateKeyDesc() local
554 …auto err = memcpy_s(keyInfo_.keyDesc.data.get(), keyInfo_.keyDesc.size, keyRef2, CRYPTO_KEY_DESC_S… in GenerateAppKeyDesc() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dclean_cache_callback.cpp31 void CleanCacheCallback::OnCleanCacheFinished(bool err) in OnCleanCacheFinished()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_mem.c45 errno_t err = memset_s(tmp, size, 0, size); in SoftBusCalloc() local

12345678910>>...43