/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 155 bool PngDecoder::HasProperty(std::string key) in HasProperty()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_scheme_handler_request.cpp | 98 char* key; in WebSchemeHandlerRequest() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/ |
H A D | native_module_uri.cpp | 172 std::string key = ""; in AddQueryValue() local
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 545 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 D | Activity.java | 1922 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 D | ActivityThread.java | 2015 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 D | AppOpsManager.java | 836 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 D | AppOpsService.java | 2886 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 D | ProcessStats.java | 2237 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 D | interaction_manager_test.cpp | 539 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 D | client_trans_session_manager.c | 642 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 D | distributeddb_tools_unit_test.cpp | 1208 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 D | js_util.cpp | 713 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 D | js_util.cpp | 682 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 D | render_grid.cpp | 416 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 D | jsi_bindings.inl | 189 panda::Local<panda::JSValueRef> key = panda::StringRef::NewFromUtf8(vm, name); local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_testtwo_ng.cpp | 550 …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 D | lnn_bus_center_ipc.cpp | 238 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 D | instant_statistics.cpp | 90 static void InstPackAndAnonymizeStringIfNotNull(cJSON *json, std::string &str, const char *key, boo… in InstPackAndAnonymizeStringIfNotNull()
|
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 598 std::string key(moduleName); in LoadNativeModule() local
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
H A D | js_wallpaper_extension_context.cpp | 328 ConnecttionKey key; in GetConnectId() local
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 808 …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 D | napi_common_ability_wrap_utils.cpp | 936 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 D | display_benchmark_test.cpp | 458 std::string key = "FilmFilter"; in BENCHMARK_F() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 389 def model_info(path_dict, root, model_file_path, key): argument
|