Home
last modified time | relevance | path

Searched refs:UnsubscribeRunningTaskCount (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drunning_task_count_test.cpp91 UnsubscribeRunningTaskCount(ob);
132 UnsubscribeRunningTaskCount(ob2);
133 UnsubscribeRunningTaskCount(ob1);
/ohos5.0/base/request/request/interfaces/inner_kits/running_count/include/
H A Drunning_task_count.h29 REQUEST_API void UnsubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob);
/ohos5.0/base/request/request/frameworks/native/
H A Dlibdownload_single.map22 *UnsubscribeRunningTaskCount*;
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest_running_task_count.cpp148 void UnsubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob) in UnsubscribeRunningTaskCount() function
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp349 UnsubscribeRunningTaskCount(ob); in RunningTaskCountFuzzTestSubscribeRunningTaskCount()
367 UnsubscribeRunningTaskCount(ob2); in RunningTaskCountFuzzTestUnubscribeRunning()
368 UnsubscribeRunningTaskCount(ob1); in RunningTaskCountFuzzTestUnubscribeRunning()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp658 OHOS::Request::UnsubscribeRunningTaskCount(downLoadUploadObserver_); in DisableDownloadUploadObserver()