| /foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
| 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()
|
| D | image_source_native.cpp | 351 static void ParseDecodingOps(DecodeOptions &decOps, struct OH_DecodingOptions *ops) in ParseDecodingOps() 470 …rrorCode OH_ImageSourceNative_CreatePixelmap(OH_ImageSourceNative *source, OH_DecodingOptions *ops, in OH_ImageSourceNative_CreatePixelmap() 497 …ageSourceNative_CreatePixelmapUsingAllocator(OH_ImageSourceNative *source, OH_DecodingOptions *ops, in OH_ImageSourceNative_CreatePixelmapUsingAllocator() 525 …Code OH_ImageSourceNative_CreatePixelmapList(OH_ImageSourceNative *source, OH_DecodingOptions *ops, in OH_ImageSourceNative_CreatePixelmapList()
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| D | cpu_worker.h | 32 CPUWorker(const QoS& qos, CpuWorkerOps&& ops, void* worker_mgr) : WorkerThread(qos), ops(ops) in CPUWorker() 43 CpuWorkerOps ops; variable
|
| D | scpu_monitor.h | 26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor()
|
| D | cpu_manager_strategy.cpp | 40 CpuWorkerOps ops { in CreateCPUWorker() local 76 CpuMonitorOps ops { in CreateCPUMonitor() local
|
| D | cpu_monitor.h | 81 CpuMonitorOps ops; variable
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| 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
|
| D | image_source_native_ndk_test.cpp | 68 OH_ImageSource_Info *ops = nullptr; variable 82 OH_ImageSource_Info *ops = nullptr; variable 97 OH_ImageSource_Info *ops = nullptr; variable 112 OH_ImageSource_Info *ops = nullptr; variable 126 OH_DecodingOptions *ops = nullptr; variable 140 OH_DecodingOptions *ops = nullptr; variable 159 OH_DecodingOptions *ops = nullptr; variable 178 OH_DecodingOptions *ops = nullptr; variable 197 OH_DecodingOptions *ops = nullptr; variable 218 OH_DecodingOptions *ops = nullptr; variable [all …]
|
| 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
|
| 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
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| 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 345 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in ChangePinCodeClassE() local 369 FbeOpts ops; in LockScreenToKernel() local 395 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in GenerateAppkey() local 430 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in LockUece() local 454 FbeOpts ops{.user = userId, .type = type, .len = size}; in UnlockScreenToKernel() local [all …]
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
| 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() 254 …rrorCode OH_PixelmapInitializationOptions_SetSrcPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetSrcPixelFormat() 265 …age_ErrorCode OH_PixelmapInitializationOptions_GetAlphaType(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetAlphaType() [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| D | drawing_gpu_context.cpp | 29 OH_Drawing_GpuContext* OH_Drawing_GpuContextCreateFromGL(OH_Drawing_GpuContextOptions ops) in OH_Drawing_GpuContextCreateFromGL()
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
| D | nn_backend_test.cpp | 523 std::vector<bool> ops; variable 541 std::vector<bool> ops; variable 560 std::vector<bool> ops; variable 582 std::vector<bool> ops; variable
|
| /foundation/resourceschedule/ffrt/src/sched/ |
| D | task_state.cpp | 22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
|
| D | task_state.h | 132 static std::array<Op, static_cast<size_t>(TaskState::MAX)> ops; variable
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| D | ut_worker_manager.cpp | 119 CpuWorkerOps ops { variable
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
| D | sysio.h | 54 SysIoOps *ops; member 67 SysIoOps ops; member
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| D | string_expression.cpp | 128 std::string ops = "+-*/()"; in PushOpStack() local 259 std::string ops = "+-*/()"; in CalculateExpImpl() local
|
| /foundation/systemabilitymgr/samgr_lite/samgr/source/ |
| D | service_impl.h | 54 Operations ops; member
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
| D | effect_filter_unittest.cpp | 29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
|
| /foundation/ai/neural_network_runtime/test/fuzztest/ |
| D | nnrt_device_impl.h | 54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| D | nnbackend.cpp | 226 std::vector<bool>& ops) in GetSupportedOperation()
|
| /foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
| D | compilation_mock_idevice.cpp | 46 std::vector<bool>& ops) in GetSupportedOperation()
|
| /foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
| D | compilation_mock_idevice.cpp | 46 std::vector<bool>& ops) in GetSupportedOperation()
|