/foundation/resourceschedule/ffrt/src/eu/ |
H A D | scpu_monitor.h | 26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor() argument
|
H A D | cpu_worker.h | 31 CPUWorker(const QoS& qos, CpuWorkerOps&& ops) : WorkerThread(qos), ops(ops) in CPUWorker() argument 41 CpuWorkerOps ops; member in ffrt::CPUWorker
|
H A D | cpu_monitor.h | 95 CpuMonitorOps ops; member in ffrt::CPUMonitor
|
/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() argument
|
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 523 std::vector<bool> ops; in HWTEST_F() local 541 std::vector<bool> ops; in HWTEST_F() local 560 std::vector<bool> ops; in HWTEST_F() local 582 std::vector<bool> ops; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | effect_filter_unittest.cpp | 29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_state.cpp | 22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
|
H A D | task_state.h | 132 static std::array<Op, static_cast<size_t>(TaskState::MAX)> ops; member in ffrt::TaskState
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_packer_native_ndk_test.cpp | 42 OH_PackingOptions *ops = nullptr; in HWTEST_F() local 57 OH_PackingOptions *ops = nullptr; in HWTEST_F() local 85 OH_PackingOptions *ops = nullptr; in HWTEST_F() local [all...] |
H A D | image_ndk_test.cpp | 288 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local 307 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local 325 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local 344 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local 365 OhosImageSourceOps* ops= nullptr; in HWTEST_F() local 383 OhosImageSourceOps* ops= nullptr; HWTEST_F() local 402 OhosImageSourceOps* ops= nullptr; HWTEST_F() local 433 OhosImageDecodingOps* ops = nullptr; HWTEST_F() local 450 OhosImageDecodingOps* ops = nullptr; HWTEST_F() local [all...] |
H A D | image_source_native_ndk_test.cpp | 42 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local 56 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local 71 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local 86 OH_ImageSource_Info *ops = nullptr; in HWTEST_F() local 100 OH_DecodingOptions *ops = nullptr; in HWTEST_F() local 114 OH_DecodingOptions *ops = nullptr; HWTEST_F() local 133 OH_DecodingOptions *ops = nullptr; HWTEST_F() local 152 OH_DecodingOptions *ops = nullptr; HWTEST_F() local 171 OH_DecodingOptions *ops = nullptr; HWTEST_F() local 192 OH_DecodingOptions *ops = nullptr; HWTEST_F() local 280 OH_DecodingOptions* ops = nullptr; HWTEST_F() local 295 OH_DecodingOptions *ops = nullptr; HWTEST_F() local [all...] |
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service_impl.h | 54 Operations ops;
member
|
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | compilation_mock_idevice.cpp | 45 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
|
/foundation/ai/neural_network_runtime/test/fuzztest/ |
H A D | nnrt_device_impl.h | 54 int32_t GetSupportedOperation(const Model& model, std::vector<bool>& ops)
in GetSupportedOperation() argument
|
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/ |
H A D | compilation_mock_idevice.cpp | 45 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnbackend.cpp | 225 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
|
H A D | hdi_device_v1_0.cpp | 149 GetSupportedOperation(std::shared_ptr<const mindspore::lite::LiteGraph> model, std::vector<bool>& ops) GetSupportedOperation() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_update_display_info_test.cpp | 63 OHOS::Media::InitializationOptions ops; in MatrixToPixelmap() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | sysio.h | 54 SysIoOps *ops; member 67 SysIoOps ops; member
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/ |
H A D | hdi_device_test.cpp | 506 std::vector<bool> ops; in HWTEST_F() local 532 std::vector<bool> ops; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_expression.cpp | 128 std::string ops = "+-*/()"; in PushOpStack() local 259 std::string ops = "+-*/()"; in CalculateExpImpl() local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | startable_object_controller.cpp | 359 auto& ops = operations_[queueId]; in AddOperation() local
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_mdk.cpp | 49 OH_ImageSource_Create(napi_env env, struct OhosImageSource* src, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_Create() argument 62 OH_ImageSource_CreateFromUri(napi_env env, char* uri, size_t size, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromUri() argument 78 OH_ImageSource_CreateFromFd(napi_env env, int32_t fd, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromFd() argument 91 OH_ImageSource_CreateFromData(napi_env env, uint8_t* data, size_t dataSize, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromData() argument 107 OH_ImageSource_CreateFromRawFile(napi_env env, RawFileDescriptor rawFile, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateFromRawFile() argument 120 OH_ImageSource_CreateIncremental(napi_env env, struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateIncremental() argument 133 OH_ImageSource_CreateIncrementalFromData(napi_env env, uint8_t* data, size_t dataSize, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateIncrementalFromData() argument 158 OH_ImageSource_CreatePixelMap(const ImageSourceNative* native, struct OhosImageDecodingOps* ops, napi_value *res) OH_ImageSource_CreatePixelMap() argument 174 OH_ImageSource_CreatePixelMapList(const ImageSourceNative* native, struct OhosImageDecodingOps* ops, napi_value* res) OH_ImageSource_CreatePixelMapList() argument [all...] |
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() argument
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 69 int32_t NnrtDeviceService::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation() argument
|