/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/ |
H A D | bundle_mgr_ext.h | 86 virtual ErrCode VerifyActivationLock(bool &res) in VerifyActivationLock() argument
|
H A D | bms_extension_data_mgr.h | 56 ErrCode VerifyActivationLock(bool &res);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_datastruct_test.cpp | 167 std::string res = userInfoJson.dump(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | future.h | 100 void Set(const IAny::Ptr& res) override;
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/ |
H A D | efilter.h | 57 IMAGE_EFFECT_EXPORT virtual ErrorCode Save(EffectJsonPtr &res);
|
/third_party/ffmpeg/libavfilter/ |
H A D | internal.h | 390 const char *arg, char *res, int res_len, int flags);
|
H A D | vf_pp.c | 67 char *res, int res_len, int flags) in pp_process_command() 66 pp_process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) pp_process_command() argument
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.h | 164 /* how many positions to skip until scan area starts @ max res */ 167 /* how many image bytes to scan @ max res */ 174 SANE_Int res; member
|
H A D | xerox_mfp.h | 56 SANE_Byte res[1024]; /* buffer for responses */ member
|
H A D | plustek_pp.c | 465 SANE_Pid res; in do_cancel() local 493 res = sanei_thread_waitpid( scanner->reader_pid, 0 ); in do_cancel() 496 if( res != scanner->reader_pid ) { in do_cancel() 1137 SANE_Status res; in sane_init() local 1142 res = sanei_pp_init(); in sane_init() 1143 if( SANE_STATUS_GOOD != res ) { in sane_init() 1145 return res; in sane_init()
|
/third_party/ltp/include/lapi/ |
H A D | io_uring.h | 147 int32_t res; /* result code for this event */ member
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.h | 121 * to lookup the rule that `res' may refer to, if there is one. 122 * @param res the resource bundle of the zone to be constructed 127 const UResourceBundle* res, 333 const int32_t *transitionTimesPre32; // alias into res; do not delete 339 const int32_t *transitionTimes32; // alias into res; do not delete 346 const int32_t *transitionTimesPost32; // alias into res; do not delete 358 const int32_t *typeOffsets; // alias into res; do not delete 365 const uint8_t *typeMapData; // alias into res; do not delete
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
H A D | MainActivity.java | 9 import android.content.res.AssetManager;
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | ViewerActivity.java | 11 import android.content.res.Configuration;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1229 WMError res = UpdateAnimationFlagProperty(withAnimation); in Hide() local 1230 if (res != WMError::WM_OK) { in Hide() 1231 TLOGE(WmsLogTag::WMS_LIFE, "UpdateProperty failed with errCode:%{public}d", static_cast<int32_t>(res)); in Hide() 1232 return res; in Hide() 1242 res = static_cast<WMError>(SetActive(false)); in Hide() 1243 if (res != WMError::WM_OK) { in Hide() 1244 return res; in Hide() 1246 res = static_cast<WMError>(hostSession->Background(true, identityToken_)); in Hide() 1248 res = static_cast<WMError>(hostSession->Hide()); in Hide() 1250 res in Hide() 1282 WMError res = WindowHelper::IsMainWindow(GetType()) ? NotifyDrawingCompleted() local 2454 WMError res = NotifyMainWindowClose(terminateCloseProcess); MainWindowCloseInner() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 81 Vector<T, Size> res; in minVecScalar() local 83 res[i] = min(v[i], s); in minVecScalar() 84 return res; in minVecScalar() 90 Vector<T, Size> res; in maxVecScalar() local 92 res[i] = max(v[i], s); in maxVecScalar() 93 return res; in maxVecScalar() 99 Vector<T, Size> res; in clampVecScalarScalar() local 101 res[i] = clamp(v[i], s0, s1); in clampVecScalarScalar() 102 return res; in clampVecScalarScalar() 108 Vector<T, Size> res; in mixVecVecScalar() local 117 Vector<T, Size> res; stepScalarVec() local 126 Vector<T, Size> res; smoothStepScalarScalarVec() local [all...] |
/third_party/python/Modules/ |
H A D | _ssl.c | 1510 PyObject *lst, *res = NULL; in _get_crl_dp() local 1556 res = (PyList_GET_SIZE(lst) > 0) ? PyList_AsTuple(lst) : Py_None; in _get_crl_dp() 1561 return res; in _get_crl_dp() 1903 int res = PyList_Insert(retval, 0, peerobj); in _ssl__SSLSocket_get_unverified_chain_impl() local 1905 if (res < 0) { in _ssl__SSLSocket_get_unverified_chain_impl() 2016 PyObject *res; in _ssl__SSLSocket_shared_ciphers_impl() local 2034 res = PyList_New(sk_SSL_CIPHER_num(server_ciphers)); in _ssl__SSLSocket_shared_ciphers_impl() 2035 if (!res) in _ssl__SSLSocket_shared_ciphers_impl() 2045 Py_DECREF(res); in _ssl__SSLSocket_shared_ciphers_impl() 2048 PyList_SET_ITEM(res, le in _ssl__SSLSocket_shared_ciphers_impl() 4227 PyObject *res; _ssl__SSLContext__wrap_socket_impl() local 4265 PyObject *res; _ssl__SSLContext__wrap_bio_impl() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 81 Vector<T, Size> res; in minVecScalar() local 83 res[i] = min(v[i], s); in minVecScalar() 84 return res; in minVecScalar() 90 Vector<T, Size> res; in maxVecScalar() local 92 res[i] = max(v[i], s); in maxVecScalar() 93 return res; in maxVecScalar() 99 Vector<T, Size> res; in clampVecScalarScalar() local 101 res[i] = clamp(v[i], s0, s1); in clampVecScalarScalar() 102 return res; in clampVecScalarScalar() 108 Vector<T, Size> res; in mixVecVecScalar() local 117 Vector<T, Size> res; stepScalarVec() local 126 Vector<T, Size> res; smoothStepScalarScalarVec() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 864 ErrCode res = CleanShaderCache(bundleName_); in InnerProcessBundleInstall() local 865 if (res != ERR_OK) { in InnerProcessBundleInstall() 866 LOG_NOFUNC_I(BMS_TAG_INSTALLER, "%{public}s clean shader fail %{public}d", bundleName_.c_str(), res); in InnerProcessBundleInstall() 1549 auto res = RemoveDataGroupDirs(oldInfo.GetBundleName(), userId_, installParam.isKeepData); in ProcessBundleUninstall() local 1550 if (res != ERR_OK) { in ProcessBundleUninstall() 1558 auto res = RemoveBundleUserData(oldInfo, installParam.isKeepData); in ProcessBundleUninstall() local 1559 if (res != ERR_OK) { in ProcessBundleUninstall() 1560 return res; in ProcessBundleUninstall() 4559 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::ADD); in UpdateEncryptedStatus() local 4560 ProcessEncryptedKeyExisted(res, CodeOperatio in UpdateEncryptedStatus() 4565 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::DELETE); UpdateEncryptedStatus() local 4572 auto res = bmsExtensionDataMgr.KeyOperation(infos, CodeOperation::UPDATE); UpdateEncryptedStatus() local 4579 ProcessEncryptedKeyExisted(int32_t res, uint32_t type, const std::vector<CodeProtectBundleInfo> &infos) ProcessEncryptedKeyExisted() argument 6040 ErrCode res = bmsExtensionDataMgr.VerifyActivationLock(pass); VerifyActivationLock() local 6136 bool res = bmsExtensionDataMgr.IsAppInBlocklist(bundleName, userId); IsAppInBlocklist() local 6148 bool res = bmsExtensionDataMgr.CheckWhetherCanBeUninstalled(bundleName); CheckWhetherCanBeUninstalled() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 1370 auto res = child->GetChildFlatIndex(id); in GetChildFlatIndex() local 1371 if (res.first) { in GetChildFlatIndex() 1372 return { true, count + res.second }; in GetChildFlatIndex() 1374 count += res.second; in GetChildFlatIndex() 1709 void UINode::DFSAllChild(const RefPtr<UINode>& root, std::vector<RefPtr<UINode>>& res) 1712 res.emplace_back(root); 1715 DFSAllChild(child, res);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.cpp | 1337 NapiParam res = {napi_null, ""}; in ParseNapiValue() local 1369 res.type = type; in ParseNapiValue() 1371 res.val = name.get(); in ParseNapiValue() 1373 params.emplace_back(res); in ParseNapiValue() 1415 bool res = false; in GetGZPrintFArg() local 1417 napi_is_array(env, array, &res); in GetGZPrintFArg() 1420 if (!res) { in GetGZPrintFArg()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 1123 int res = obj->rdbStore_->SetDistributedTables(context->tablesName); in SetDistributedTables() 1124 LOG_DEBUG("RdbStoreProxy::SetDistributedTables res is : %{public}d.", res); in SetDistributedTables() 1125 return (res == E_OK || res == E_NOT_SUPPORT) ? OK : ERR; in SetDistributedTables() 1196 int res = obj->rdbStore_->Sync(option, *context->predicatesProxy->GetPredicates(), in Sync() 1198 LOG_INFO("RdbStoreProxy::Sync res is : %{public}d.", res); in Sync() 1199 return res == E_OK ? OK : ERR; in Sync()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 133 struct timespec res; in snd_pcm_hw_fast_tstamp() local 135 res = FAST_PCM_TSTAMP(hw); in snd_pcm_hw_fast_tstamp() 137 res.tv_nsec *= 1000L; in snd_pcm_hw_fast_tstamp() 138 return res; in snd_pcm_hw_fast_tstamp() 2150 int res; in use_old_hw_params_ioctl() local 2153 res = ioctl(fd, cmd, &oparams); in use_old_hw_params_ioctl() 2156 return res; in use_old_hw_params_ioctl()
|