Home
last modified time | relevance | path

Searched refs:Process (Results 1 - 25 of 173) sorted by relevance

1234567

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dprocess.cpp32 Process::Process(std::string path) in Process() function in OHOS::StorageDaemon::Process
37 std::unordered_set<pid_t> Process::GetPids() in GetPids()
42 std::string Process::GetPath() in GetPath()
47 std::string Process::Readlink(std::string path) in Readlink()
66 bool Process::CheckSubDir(std::string subdir) in CheckSubDir()
90 bool Process::CheckMaps(std::string pidPath) in CheckMaps()
122 bool Process::CheckSymlink(std::string path) in CheckSymlink()
131 bool Process::CheckFds(std::string pidPath) in CheckFds()
152 int32_t Process
[all...]
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_cloud_manager.h45 static void Process(CloudSyncDfxManager& manager);
51 static void Process(CloudSyncDfxManager& manager);
57 static void Process(CloudSyncDfxManager& manager);
62 void (*Process)(CloudSyncDfxManager& manager); member
89 InitState::Process, member in OHOS::Media::CloudSyncDfxManager::InitState
93 StartState::Process, member in OHOS::Media::CloudSyncDfxManager::StartState
97 EndState::Process, member in OHOS::Media::CloudSyncDfxManager::EndState
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dgaussian_blur_filter.cpp41 downSampleFilter_->Process(data); in DoProcess()
42 horizontalBlurFilter_->Process(data); in DoProcess()
43 verticalBlurFilter_->Process(data); in DoProcess()
44 upSampleFilter_->Process(data); in DoProcess()
H A Dfilter.cpp21 bool Filter::Process(ProcessData& data) in Process() function in OHOS::Rosen::Filter
33 GetNextFilter()->Process(data); in Process()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp87 std::string ICooperateState::Process::Peer() const in Peer()
92 int32_t ICooperateState::Process::StartDeviceId() const in StartDeviceId()
97 bool ICooperateState::Process::IsPeer(const std::string &networkId) const in IsPeer()
102 void ICooperateState::Process::StartCooperate(Context &context, const StartCooperateEvent &event) in StartCooperate()
108 void ICooperateState::Process::RemoteStart(Context &context, const DSoftbusStartCooperate &event) in RemoteStart()
113 void ICooperateState::Process::RelayCooperate(Context &context, const DSoftbusRelayCooperate &event) in RelayCooperate()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Duv_queue.h27 typedef void (*Process)(napi_env env, std::list<void *> &); typedef
33 void CallFunction(Process process, void *argv);
45 std::map<Process, std::list<void *>> args_;
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_node_showing_cmd_test.cpp125 * @tc.desc: test results of Process
136 animation.Process(context); in HWTEST_F()
143 animation.Process(context); in HWTEST_F()
147 animation.Process(context); in HWTEST_F()
181 * @tc.desc: test results of Process
197 animation.Process(context); in HWTEST_F()
206 animation.Process(context); in HWTEST_F()
214 animation.Process(context); in HWTEST_F()
234 * @tc.desc: test results of Process
285 animation.Process(contex in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_showing_command_test.cpp111 * @tc.desc: test results of Process
122 animation.Process(context); in HWTEST_F()
129 animation.Process(context); in HWTEST_F()
133 animation.Process(context); in HWTEST_F()
195 * @tc.desc: test results of Process
211 animation.Process(context); in HWTEST_F()
220 animation.Process(context); in HWTEST_F()
228 animation.Process(context); in HWTEST_F()
234 * @tc.desc: test results of Process
285 animation.Process(contex in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/
H A Dplugin_manager_test.cpp95 string result = cLabelDetector->Process(); in HWTEST_F()
132 string result = cLabelDetector2->Process(); in HWTEST_F()
150 result = labelDetector3->Process(); in HWTEST_F()
237 string result = labelDetector->Process(); in HWTEST_F()
255 result = cLabelDetector->Process(); in HWTEST_F()
322 string result = labelDetector->Process(); in HWTEST_F()
340 result = cLabelDetector->Process(); in HWTEST_F()
410 string result = labelDetector->Process(); in HWTEST_F()
479 string result = labelDetector->Process(); in HWTEST_F()
520 string result = labelDetector->Process(); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Di_cooperate_state.h74 class Process final {
76 Process() = default;
77 ~Process() = default;
98 Process process_;
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/
H A Dvolume_tools_unit_test.cpp120 * @tc.name : Test Process API
123 * @tc.desc : Test Process interface.
131 int32_t ret = volumeTools->Process(bufferDesc, SAMPLE_U8, channelVolumes); in HWTEST()
133 ret = volumeTools->Process(bufferDesc, SAMPLE_S16LE, channelVolumes); in HWTEST()
135 ret = volumeTools->Process(bufferDesc, SAMPLE_S24LE, channelVolumes); in HWTEST()
137 ret = volumeTools->Process(bufferDesc, SAMPLE_S32LE, channelVolumes); in HWTEST()
139 ret = volumeTools->Process(bufferDesc, SAMPLE_F32LE, channelVolumes); in HWTEST()
141 ret = volumeTools->Process(bufferDesc, INVALID_WIDTH, channelVolumes); in HWTEST()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_root_render_node_test.cpp80 * @tc.name: Process
81 * @tc.desc: test results of Process
85 HWTEST_F(RSRootRenderNodeTest, Process, TestSize.Level1) in HWTEST_F()
91 rsRootRenderNode.Process(visitor); in HWTEST_F()
94 rsRootRenderNode.Process(visitorTwo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_handler.h33 virtual bool Process(AgingRequest &request) const = 0;
40 virtual bool Process(AgingRequest &request) const override;
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dprocess.h25 class Process { class
27 Process(std::string path);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_handler_chain.cpp45 bool AgingHandlerChain::Process(AgingRequest &request) const in Process() function in OHOS::AppExecFwk::AgingHandlerChain
69 isPassed = !handler->Process(request); in InnerProcess()
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/
H A Ddetail_enhancer.cpp64 AlgoErrorCode DetailEnhancer::Process(const sptr<SurfaceBuffer>& sourceImage, in Process() function in DetailEnhancer
68 return Skia::Process(sourceImage, destinationImage); in Process()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs157 trait Process: Sized { traits
167 impl Process for bool {
193 impl Process for i8 {
219 impl Process for i16 {
244 impl Process for i32 {
270 impl Process for i64 {
295 impl Process for u8 {
321 impl Process for u16 {
346 impl Process for u32 {
372 impl Process fo
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp35 tree = json.Process(data); in ImportAsTree()
46 auto json = backend.Process(tree); in ImportAsTree()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h51 void Process(RSContext& context) override;
87 void Process(RSContext& context) override;
117 void Process(RSContext& context) override;
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dvolume_tools_unit_test.cpp181 int32_t ret = VolumeTools::Process(desc, format, volMaps); in HWTEST_F()
202 int32_t ret = VolumeTools::Process(desc, format, volMaps); in HWTEST_F()
207 * @tc.name : Test Process.
210 * @tc.desc : Test Process.
223 int32_t ret = VolumeTools::Process(desc, format, volMaps); in HWTEST_F()
228 * @tc.name : Test Process.
231 * @tc.desc : Test Process.
247 int32_t ret = VolumeTools::Process(desc, format, volMaps); in HWTEST_F()
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp82 VideoProcessing_ErrorCode DetailEnhancerVideoNative::Process(const sptr<SurfaceBuffer>& sourceImage, in Process() function in DetailEnhancerVideoNative
85 return AlgoErrorToNdk(detailEnhancer_.Process(sourceImage, destinationImage)); in Process()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/include/
H A Dquick_fix_state.h28 virtual ErrCode Process() = 0;
H A Dquick_fix_deploy_state.h29 virtual ErrCode Process() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_dfx_test/src/
H A Dmedialibrary_dfx_test.cpp141 InitState::Process(CloudSyncDfxManager::GetInstance()); in HWTEST_F()
143 StartState::Process(CloudSyncDfxManager::GetInstance()); in HWTEST_F()
145 EndState::Process(CloudSyncDfxManager::GetInstance()); in HWTEST_F()
/foundation/ai/ai_engine/services/server/server_executor/include/
H A Di_handler.h37 virtual int Process(const Task &task) = 0;

Completed in 9 milliseconds

1234567