/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | InputMethodPrivilegedOperations.java | 117 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatusAsync() local 135 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInputAsync() local 157 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken() local 180 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenModeAsync() local 199 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIconAsync() local 218 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod() local 241 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype() local 262 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput() local 280 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in showMySoftInput() local 300 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in switchToPreviousInputMethod() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_source_native_ndk_test.cpp | 39 OH_ImageSource_Info *ops = nullptr; variable 53 OH_ImageSource_Info *ops = nullptr; variable 68 OH_ImageSource_Info *ops = nullptr; variable 83 OH_ImageSource_Info *ops = nullptr; variable 97 OH_DecodingOptions *ops = nullptr; variable 111 OH_DecodingOptions *ops = nullptr; variable 130 OH_DecodingOptions *ops = nullptr; variable 149 OH_DecodingOptions *ops = nullptr; variable 168 OH_DecodingOptions *ops = nullptr; variable 189 OH_DecodingOptions *ops = nullptr; variable [all …]
|
H A D | image_ndk_test.cpp | 288 OhosImageSourceOps* ops= nullptr; variable 307 OhosImageSourceOps* ops= nullptr; variable 325 OhosImageSourceOps* ops= nullptr; variable 344 OhosImageSourceOps* ops= nullptr; variable 365 OhosImageSourceOps* ops= nullptr; variable 383 OhosImageSourceOps* ops= nullptr; variable 402 OhosImageSourceOps* ops= nullptr; variable 433 OhosImageDecodingOps* ops = nullptr; variable 450 OhosImageDecodingOps* ops = nullptr; variable
|
H A D | pixelmap_native_ndk_test.cpp | 50 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 64 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 81 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 98 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 110 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 127 OH_Pixelmap_InitializationOptions *ops = nullptr; variable 514 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
|
H A D | image_packer_native_ndk_test.cpp | 40 OH_PackingOptions *ops = nullptr; variable 55 OH_PackingOptions *ops = nullptr; variable 83 OH_PackingOptions *ops = nullptr; variable
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | hvb_ops.c | 68 static enum hvb_io_errno HvbReadFromPartition(struct hvb_ops* ops, in HvbReadFromPartition() 143 static enum hvb_io_errno HvbWriteToPartition(struct hvb_ops* ops, in HvbWriteToPartition() 151 static enum hvb_io_errno HvbInvaldateKey(struct hvb_ops* ops, in HvbInvaldateKey() 167 static enum hvb_io_errno HvbReadRollbackIdx(struct hvb_ops* ops, in HvbReadRollbackIdx() 181 static enum hvb_io_errno HvbWriteRollbackIdx(struct hvb_ops* ops, in HvbWriteRollbackIdx() 188 static enum hvb_io_errno HvbReadLockState(struct hvb_ops* ops, in HvbReadLockState() 194 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops* ops, in HvbGetSizeOfPartition()
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_hvb_ops.cpp | 68 …struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, void *buf, uint64_t… in HvbReadFromPartition() 108 struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, const void *buf) in HvbWriteToPartition() 113 static enum hvb_io_errno HvbInvalidateKey(struct hvb_ops *ops, const uint8_t *publicKeyData, uint64… in HvbInvalidateKey() 126 struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t *outRollbackIndex) in HvbReadRollbackIdx() 139 struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t rollbackIndex) in HvbWriteRollbackIdx() 144 static enum hvb_io_errno HvbReadLockState(struct hvb_ops *ops, bool *lock_state) in HvbReadLockState() 149 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops *ops, const char *partition, uint64_t… in HvbGetSizeOfPartition()
|
/ohos5.0/base/startup/hvb/test/ |
H A D | hvb_main.c | 32 static enum hvb_io_errno hvb_read_partition(struct hvb_ops *ops, in hvb_read_partition() 93 static enum hvb_io_errno hvb_write_partition(struct hvb_ops *ops, in hvb_write_partition() 140 static enum hvb_io_errno hvb_read_rollback(struct hvb_ops *ops, in hvb_read_rollback() 151 static enum hvb_io_errno hvb_write_rollback(struct hvb_ops *ops, in hvb_write_rollback() 158 static enum hvb_io_errno hvb_get_partiton_uuid(struct hvb_ops *ops, in hvb_get_partiton_uuid() 170 static enum hvb_io_errno hvb_get_partiton_size(struct hvb_ops *ops, in hvb_get_partiton_size()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_mdk.cpp | 50 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_Create() 63 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromUri() 79 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromFd() 92 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromData() 108 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromRawFile() 121 struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateIncremental() 134 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateIncrementalFromData() 159 struct OhosImageDecodingOps* ops, napi_value *res) in OH_ImageSource_CreatePixelMap() 175 struct OhosImageDecodingOps* ops, napi_value* res) in OH_ImageSource_CreatePixelMapList()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManagerTest.java | 268 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera() local 279 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic() local 290 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic() local 302 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_overlay() local 313 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic_overlay() local 326 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_overlay() local 338 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic_overlay() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_worker.h | 32 CPUWorker(const QoS& qos, CpuWorkerOps&& ops, void* worker_mgr) : WorkerThread(qos), ops(ops) in CPUWorker() 43 CpuWorkerOps ops; variable
|
H A D | scpu_monitor.h | 26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor()
|
H A D | cpu_manager_strategy.cpp | 40 CpuWorkerOps ops { in CreateCPUWorker() local 76 CpuMonitorOps ops { in CreateCPUMonitor() local
|
/ohos5.0/base/startup/hvb/libhvb/src/footer/ |
H A D | hvb_footer.c | 65 static enum hvb_errno _load_and_parse_footer(struct hvb_ops *ops, struct hvb_footer *footer, const … in _load_and_parse_footer() 93 static enum hvb_errno _load_cert(struct hvb_ops *ops, struct hvb_buf *cert, const char *ptn, struct… in _load_cert() 113 enum hvb_errno footer_init_desc(struct hvb_ops *ops, const char *ptn, const char *const *hash_ptn_l… in footer_init_desc()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fbex.cpp | 162 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in InstallEL5KeyToKernel() local 197 FbeOpts ops{.user = userId, .type = type, .len = size, .flag = flag}; in InstallKeyToKernel() local 238 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in InstallDoubleDeKeyToKernel() local 284 FbeOpts ops{.user = userId, .type = type, .len = size}; in UninstallOrLockUserKeyToKernel() local 317 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in DeleteClassEPinCode() local 369 FbeOpts ops; in LockScreenToKernel() local 395 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in GenerateAppkey() local 454 FbeOpts ops{.user = userId, .type = type, .len = size}; in UnlockScreenToKernel() local 499 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in ReadESecretToKernel() local 555 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in WriteESecretToKernel() local [all …]
|
/ohos5.0/base/hiviewdfx/blackbox_lite/ |
H A D | blackbox_core.c | 41 struct ModuleOps ops; member 147 struct BBoxOps *ops = NULL; in SaveErrorLog() local 206 int BBoxRegisterModuleOps(struct ModuleOps *ops) in BBoxRegisterModuleOps() 258 struct BBoxOps *ops = NULL; in BBoxNotifyError() local
|
H A D | blackbox_adapter.c | 78 struct ModuleOps ops = { in BBoxTest() local 96 struct ModuleOps ops = { in BBoxAdapterInit() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | HistoricalRegistry.java | 594 final HistoricalOps ops = history.get(i); in offsetHistory() local 609 void addHistoricalOps(HistoricalOps ops) { in addHistoricalOps() 796 private void pruneFutureOps(@NonNull List<HistoricalOps> ops) { in pruneFutureOps() 1332 HistoricalOps ops = null; in readeHistoricalOpsDLocked() local 1350 private @Nullable HistoricalOps readHistoricalUidOpsDLocked( in readHistoricalUidOpsDLocked() 1375 private @Nullable HistoricalOps readHistoricalPackageOpsDLocked( in readHistoricalPackageOpsDLocked() 1516 final HistoricalOps ops = allOps.get(i); in writeHistoricalOpsDLocked() local 1529 private void writeHistoricalOpDLocked(@NonNull HistoricalOps ops, in writeHistoricalOpDLocked() 1838 public void visitHistoricalOps(HistoricalOps ops) { in visitHistoricalOps() 1859 public void visitHistoricalUidOps(HistoricalUidOps ops) { in visitHistoricalUidOps() [all …]
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_ops.h | 53 static FsManagerAvbOps* GetInstanceFromAvbOps(AvbOps* ops) { in GetInstanceFromAvbOps()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | RecentAppOpsAccess.java | 77 public RecentAppOpsAccess(Context context, int[] ops) { in RecentAppOpsAccess() 82 RecentAppOpsAccess(Context context, Clock clock, int[] ops) { in RecentAppOpsAccess() 130 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 203 AppOpsManager.PackageOps ops) { in getAccessFromOps()
|
/ohos5.0/base/startup/hvb/libhvb/src/auth/ |
H A D | hvb.c | 72 static enum hvb_errno hvb_rvt_verify_root(struct hvb_ops *ops, const char *ptn, in hvb_rvt_verify_root() 129 static enum hvb_errno hvb_walk_verify_nodes(struct hvb_ops *ops, const char *const *ptn_list, in hvb_walk_verify_nodes() 222 enum hvb_errno hvb_chain_verify(struct hvb_ops *ops, in hvb_chain_verify()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IAppOpsService.aidl | 77 List<AppOpsManager.PackageOps> getPackagesForOps(in int[] ops); in getPackagesForOps() 79 List<AppOpsManager.PackageOps> getOpsForPackage(int uid, String packageName, in int[] ops); in getOpsForPackage() 80 void getHistoricalOps(int uid, String packageName, String attributionTag, in List<String> ops, in getHistoricalOps() 84 in List<String> ops, int historyFlags, int filter, long beginTimeMillis, in getHistoricalOpsFromDiskRaw() 88 void addHistoricalOps(in AppOpsManager.HistoricalOps ops); in addHistoricalOps() 93 List<AppOpsManager.PackageOps> getUidOps(int uid, in int[] ops); in getUidOps() 106 void startWatchingActive(in int[] ops, IAppOpsActiveCallback callback); in startWatchingActive() 112 void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback); in startWatchingStarted() 115 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | pixelmap_native.cpp | 164 Image_ErrorCode OH_PixelmapInitializationOptions_Create(OH_Pixelmap_InitializationOptions **ops) in OH_PixelmapInitializationOptions_Create() 177 Image_ErrorCode OH_PixelmapInitializationOptions_GetWidth(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetWidth() 188 Image_ErrorCode OH_PixelmapInitializationOptions_SetWidth(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetWidth() 199 Image_ErrorCode OH_PixelmapInitializationOptions_GetHeight(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetHeight() 210 Image_ErrorCode OH_PixelmapInitializationOptions_SetHeight(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetHeight() 221 …e_ErrorCode OH_PixelmapInitializationOptions_GetPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetPixelFormat() 232 …e_ErrorCode OH_PixelmapInitializationOptions_SetPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetPixelFormat() 243 …rrorCode OH_PixelmapInitializationOptions_GetSrcPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetSrcPixelFormat() 265 …age_ErrorCode OH_PixelmapInitializationOptions_GetAlphaType(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetAlphaType() 276 …age_ErrorCode OH_PixelmapInitializationOptions_SetAlphaType(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetAlphaType() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_gpu_context.cpp | 29 OH_Drawing_GpuContext* OH_Drawing_GpuContextCreateFromGL(OH_Drawing_GpuContextOptions ops) in OH_Drawing_GpuContextCreateFromGL()
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_emmc.c | 47 void EmmcDeviceAddOps(struct EmmcDevice *dev, struct EmmcDeviceOps *ops) in EmmcDeviceAddOps()
|