Home
last modified time | relevance | path

Searched defs:key (Results 3126 – 3150 of 3525) sorted by relevance

1...<<121122123124125126127128129130>>...141

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp155 bool PngDecoder::HasProperty(std::string key) in HasProperty()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.cpp98 char* key; in WebSchemeHandlerRequest() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Dnative_module_uri.cpp172 std::string key = ""; in AddQueryValue() local
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java545 protected boolean isForUser(@NonNull String key, int userId) { in isForUser()
2877 public String getAppStandbyConstant(@NonNull String key) { in getAppStandbyConstant()
3056 public byte[] getBackupPayload(@UserIdInt int userId, String key) { in getBackupPayload()
3072 public void applyRestoredPayload(@UserIdInt int userId, String key, byte[] payload) { in applyRestoredPayload()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java1922 private static String savedDialogKeyFor(int key) { in savedDialogKeyFor()
1926 private static String savedDialogArgsKeyFor(int key) { in savedDialogArgsKeyFor()
2426 final int key = mManagedDialogs.keyAt(i); in saveManagedDialogs() local
H A DActivityThread.java2015 final ProviderKey key = getGetProviderKey(auth, userId); in notifyContentProviderPublishStatus() local
7378 final ProviderKey key = getGetProviderKey(auth, userId); in acquireProvider() local
7429 final ProviderKey key = new ProviderKey(auth, userId); in getGetProviderKey() local
7512 final ProviderKey key = new ProviderKey(auth, userId); in acquireExistingProvider() local
7745 final ProviderKey key = new ProviderKey(auth, userId); in installProviderAuthoritiesLocked() local
8031 public int getIntCoreSetting(String key, int defaultValue) { in getIntCoreSetting()
8043 public String getStringCoreSetting(String key, String defaultValue) { in getStringCoreSetting()
8052 float getFloatCoreSetting(String key, float defaultValue) { in getFloatCoreSetting()
H A DAppOpsManager.java836 public static String keyToString(@DataBucketKey long key) { in keyToString()
848 public static int extractUidStateFromKey(@DataBucketKey long key) { in extractUidStateFromKey()
853 public static int extractFlagsFromKey(@DataBucketKey long key) { in extractFlagsFromKey()
6510 final long key = sourceContainer.keyAt(i); in splice() local
6573 final long key = makeKey(uidState, flag); in increaseCount() local
6583 long key = makeKey(uidState, flag); in addDiscreteAccess() local
7050 final long key = makeKey(uidState, flag); in sumForFlagsInStates() local
10022 final long key = makeKey(uidState, flag); in getLastEvent() local
10260 final long key = keys.valueAt(k); in mergeAttributedOpEntries() local
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2886 Pair<String, Integer> key = getAsyncNotedOpsKey(packageName, uid); in collectAsyncNotedOp() local
2949 Pair<String, Integer> key = getAsyncNotedOpsKey(packageName, uid); in startWatchingAsyncNoted() local
2979 Pair<String, Integer> key = getAsyncNotedOpsKey(packageName, uid); in stopWatchingAsyncNoted() local
4236 final long key = parser.getAttributeLong(null, "n"); in readAttributionOp() local
4339 final long key = keys.valueAt(k); in writeRecentAccesses() local
4966 final long key = keys.valueAt(k); in dumpStatesLocked() local
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java2237 final int key = mSysMemUsage.getKeyAt(i); in dumpCheckinLocked() local
2427 final SourceKey key = asc.mSources.keyAt(is); in forEachAssociation() local
2576 final SourceKey key = sources.keyAt(i); in dumpFilteredAssociationStatesProtoForProc() local
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp539 int32_t action, int32_t key, bool isPressed) in SetupKeyEvent()
570 void InteractionManagerTest::SimulateDownKeyEvent(int32_t key) in SimulateDownKeyEvent()
581 void InteractionManagerTest::SimulateUpKeyEvent(int32_t key) in SimulateUpKeyEvent()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c642 int32_t ClientGetSessionDataById(int32_t sessionId, char *data, uint16_t len, SessionKey key) in ClientGetSessionDataById()
688 int32_t ClientGetSessionIntegerDataById(int32_t sessionId, int *data, SessionKey key) in ClientGetSessionIntegerDataById()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1208 int RelationalTestUtils::GetMetaData(sqlite3 *db, const DistributedDB::Key &key, DistributedDB::Val… in GetMetaData()
1234 int RelationalTestUtils::SetMetaData(sqlite3 *db, const DistributedDB::Key &key, const DistributedD… in SetMetaData()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp713 std::string key; in GetValue() local
753 napi_value key = nullptr; in SetValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp682 std::string key; in GetValue() local
722 napi_value key = nullptr; in SetValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp416 KeyDirection key = DIRECTION_MAP.at(direction_).at(vertical).at(reverse); in RequestNextFocus() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_bindings.inl189 panda::Local<panda::JSValueRef> key = panda::StringRef::NewFromUtf8(vm, name); local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp550 …PushAttr callback = [&str](const std::string& key, const std::pair<std::string, std::string>& valu… in __anon089bbfed0202()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp238 int32_t LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char… in LnnIpcGetNodeKeyInfo()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp90 static void InstPackAndAnonymizeStringIfNotNull(cJSON *json, std::string &str, const char *key, boo… in InstPackAndAnonymizeStringIfNotNull()
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp598 std::string key(moduleName); in LoadNativeModule() local
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_context.cpp328 ConnecttionKey key; in GetConnectId() local
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp808 …icationNapi::GetNotificationKey(const napi_env &env, const napi_value &value, NotificationKey &key) in GetNotificationKey()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp936 napi_env env, const std::string key, napi_value param, AAFwk::AbilityStartSetting &setting) in UnwrapAbilityStartSettingForNumber()
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp458 std::string key = "FilmFilter"; in BENCHMARK_F() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py389 def model_info(path_dict, root, model_file_path, key): argument

1...<<121122123124125126127128129130>>...141