Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 30) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
Dimage_source_mdk.cpp50 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()
/foundation/resourceschedule/ffrt/src/eu/
Dcpu_worker.h33 CPUWorker(const QoS& qos, CpuWorkerOps&& ops) : WorkerThread(qos), ops(ops) in CPUWorker()
46 CpuWorkerOps ops; variable
Dscpu_monitor.h25 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor()
Dcpu_monitor.h84 CpuMonitorOps ops; variable
Dcpu_monitor.cpp152 CPUMonitor::CPUMonitor(CpuMonitorOps&& ops) : ops(ops) in CPUMonitor()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_ndk_test.cpp288 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
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dfbex.cpp111 FbeOpts ops{.user = userId, .type = type, .len = size, .flag = flag}; in InstallKeyToKernel() local
140 FbeOpts ops{.user = userId, .type = type, .len = size}; in UninstallOrLockUserKeyToKernel() local
161 FbeOpts ops; in LockScreenToKernel() local
187 FbeOpts ops{.user = userId, .type = type, .len = size}; in UnlockScreenToKernel() local
217 FbeOpts ops; in GetStatus() local
/foundation/resourceschedule/ffrt/src/sched/
Dtask_state.cpp22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
Dtask_state.h133 static std::array<Op, static_cast<size_t>(TaskState::MAX)> ops; variable
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
Dsysio.h54 SysIoOps *ops; member
67 SysIoOps ops; member
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dservice_impl.h54 Operations ops; member
/foundation/arkui/ace_engine/frameworks/base/utils/
Dstring_expression.cpp130 std::string ops = "+-*/()"; in PushOpStack() local
261 std::string ops = "+-*/()"; in CalculateExpImpl() local
/foundation/ai/neural_network_runtime/test/fuzztest/
Dnnrt_device_impl.h54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnnbackend.cpp226 std::vector<bool>& ops) in GetSupportedOperation()
Dhdi_device_v1_0.cpp149 std::vector<bool>& ops) in GetSupportedOperation()
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
Dcompilation_mock_idevice.cpp70 std::vector<bool>& ops) in GetSupportedOperation()
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
Dcompilation_mock_idevice.cpp70 std::vector<bool>& ops) in GetSupportedOperation()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_mdk_kits.cpp51 static void ParseImageSourceOps(SourceOptions &opts, struct OhosImageSourceOps* ops) in ParseImageSourceOps()
59 static void ParseDecodingOps(DecodeOptions &decOps, struct OhosImageDecodingOps* ops) in ParseDecodingOps()
116 struct OhosImageSourceOps* ops, std::shared_ptr<ImageSource> &result, ImageResource &resource) in ImageSourceNativeCreate()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
Dhdi_device_test.cpp294 std::vector<bool> ops {true}; variable
324 std::vector<bool> ops; variable
350 std::vector<bool> ops; variable
362 std::vector<bool> ops {true}; variable
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
Dhdi_device_test.cpp325 std::vector<bool> ops {true}; variable
358 std::vector<bool> ops; variable
387 std::vector<bool> ops; variable
399 std::vector<bool> ops {true}; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_kawase_blur.cpp168 SkRuntimeEffect::Options ops; in setupBlurEffectAdvancedFilter() local
177 Drawing::RuntimeEffectOptions ops; in setupBlurEffectAdvancedFilter() local
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
Ddevice_registrar_test.cpp113 std::vector<bool>& ops) override in GetSupportedOperation()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
Ddevice_registrar_test.cpp113 std::vector<bool>& ops) override in GetSupportedOperation()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()

12