Home
last modified time | relevance | path

Searched refs:DOWNLOAD_SERVICE_ID (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/request/request/services/examples/
H A Drun_count.rs17 use samgr::definition::DOWNLOAD_SERVICE_ID;
40 SystemAbilityManager::check_system_ability(DOWNLOAD_SERVICE_ID) in main()
44 SystemAbilityManager::load_system_ability(DOWNLOAD_SERVICE_ID, 15000).unwrap(); in main()
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest_sync_load_callback.cpp29 if (systemAbilityId != DOWNLOAD_SERVICE_ID) { in OnLoadSystemAbilitySuccess()
38 if (systemAbilityId != DOWNLOAD_SERVICE_ID) { in OnLoadSystemAbilityFail()
H A Drequest_manager_impl.cpp463 auto systemAbility = systemAbilityManager->GetSystemAbility(DOWNLOAD_SERVICE_ID, ""); in GetRequestServiceProxy()
495 …if (systemAbilityManager->SubscribeSystemAbility(DOWNLOAD_SERVICE_ID, saChangeListener_) != E_OK) { in SubscribeSA()
514 …if (systemAbilityManager->UnSubscribeSystemAbility(DOWNLOAD_SERVICE_ID, saChangeListener_) != E_OK… in UnsubscribeSA()
550 if (saId != DOWNLOAD_SERVICE_ID) { in OnAddSystemAbility()
565 if (saId != DOWNLOAD_SERVICE_ID) { in OnRemoveSystemAbility()
614 auto systemAbility = sm->CheckSystemAbility(DOWNLOAD_SERVICE_ID); in LoadRequestServer()
626 int32_t result = sm->LoadSystemAbility(DOWNLOAD_SERVICE_ID, loadCallback_); in LoadRequestServer()
630 DOWNLOAD_SERVICE_ID, result); in LoadRequestServer()
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_sync_load_callback_test.cpp88 requestSyncLoadCallback.OnLoadSystemAbilityFail(OHOS::DOWNLOAD_SERVICE_ID);
91 requestSyncLoadCallback.OnLoadSystemAbilitySuccess(OHOS::DOWNLOAD_SERVICE_ID, remote);
H A Drequest_manager_impl_test.cpp474 listener.OnAddSystemAbility(OHOS::DOWNLOAD_SERVICE_ID, deviceId);
491 listener.OnRemoveSystemAbility(OHOS::DOWNLOAD_SERVICE_ID, deviceId);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/examples/
H A Dbasic.rs44 use samgr::definition::DOWNLOAD_SERVICE_ID; in main()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp87 …{ DOWNLOAD_SERVICE_ID, [](std::shared_ptr<ObserverManager> mgr) { mgr->InitDownloadUploadObserver(… in InitObserverCbMap()
110 …{ DOWNLOAD_SERVICE_ID, [](std::shared_ptr<ObserverManager> mgr) { mgr->DisableDownloadUploadObserv… in InitObserverCbMap()
152 AddItemToSysAbilityListener(DOWNLOAD_SERVICE_ID, systemAbilityManager); in InitSysAbilityListener()
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs45 use samgr::definition::DOWNLOAD_SERVICE_ID;
362 SystemAbilityManager::check_system_ability(DOWNLOAD_SERVICE_ID) in remote()
366 SystemAbilityManager::load_system_ability(DOWNLOAD_SERVICE_ID, 15000).unwrap(); in remote()
/ohos5.0/base/request/request/services/src/
H A Dability.rs175 .build_system_ability(samgr::definition::DOWNLOAD_SERVICE_ID, false) in init()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h244 DOWNLOAD_SERVICE_ID = 3706, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs235 pub const DOWNLOAD_SERVICE_ID: i32 = 3706; const
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp954 requestSyncLoadCallback.OnLoadSystemAbilityFail(OHOS::DOWNLOAD_SERVICE_ID); in RequestSyncLoadFuzzTestOnLoadSystemAbility()
956 requestSyncLoadCallback.OnLoadSystemAbilitySuccess(OHOS::DOWNLOAD_SERVICE_ID, remote); in RequestSyncLoadFuzzTestOnLoadSystemAbility()