Searched refs:DOWNLOAD_SERVICE_ID (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/request/request/services/examples/ |
H A D | run_count.rs | 17 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 D | request_sync_load_callback.cpp | 29 if (systemAbilityId != DOWNLOAD_SERVICE_ID) { in OnLoadSystemAbilitySuccess() 38 if (systemAbilityId != DOWNLOAD_SERVICE_ID) { in OnLoadSystemAbilityFail()
|
H A D | request_manager_impl.cpp | 463 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 D | request_sync_load_callback_test.cpp | 88 requestSyncLoadCallback.OnLoadSystemAbilityFail(OHOS::DOWNLOAD_SERVICE_ID); 91 requestSyncLoadCallback.OnLoadSystemAbilitySuccess(OHOS::DOWNLOAD_SERVICE_ID, remote);
|
H A D | request_manager_impl_test.cpp | 474 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 D | basic.rs | 44 use samgr::definition::DOWNLOAD_SERVICE_ID; in main()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | observer_manager.cpp | 87 …{ 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 D | lib.rs | 45 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 D | ability.rs | 175 .build_system_ability(samgr::definition::DOWNLOAD_SERVICE_ID, false) in init()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 244 DOWNLOAD_SERVICE_ID = 3706, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 235 pub const DOWNLOAD_SERVICE_ID: i32 = 3706; const
|
/ohos5.0/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 954 requestSyncLoadCallback.OnLoadSystemAbilityFail(OHOS::DOWNLOAD_SERVICE_ID); in RequestSyncLoadFuzzTestOnLoadSystemAbility() 956 requestSyncLoadCallback.OnLoadSystemAbilitySuccess(OHOS::DOWNLOAD_SERVICE_ID, remote); in RequestSyncLoadFuzzTestOnLoadSystemAbility()
|