Home
last modified time | relevance | path

Searched refs:DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddinput_sa_manager.cpp32 if (systemAbilityId == DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID) { in OnRemoveSystemAbility()
72 if (systemAbilityId == DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID) { in OnAddSystemAbility()
110 …ry subscribe source sa change listener, saId:%{public}d", DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in Init()
111 …int32_t ret = systemAbilityManager->SubscribeSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, in Init()
150 …ry subscribe source sa change listener, saId:%{public}d", DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in GetDInputSourceProxy()
151 …int32_t ret = systemAbilityManager->SubscribeSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, in GetDInputSourceProxy()
174 DHLOGI("try get sa: %{public}d", DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in GetDInputSourceProxy()
176 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in GetDInputSourceProxy()
/ohos5.0/foundation/distributedhardware/distributed_input/sourcehandler/src/
H A Ddistributed_input_source_handler.cpp54 int32_t ret = samgr->LoadSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, loadCallback); in InitSource()
57 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, ret); in InitSource()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_sa_cli_mgr.cpp81 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, deviceId); in GetRemoteCli()
H A Ddistributed_input_source_manager.cpp53 …STER_SYSTEM_ABILITY_BY_ID(DistributedInputSourceManager, DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, …
211 int32_t ret = systemAbilityMgr->UnloadSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in Release()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h293 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID = 4809, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs284 pub const DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID: i32 = 4809; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp135 { DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, "DistributedInputSourceService" },
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp132 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in CheckSourceProxy()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp51 … sourceManager_ = new DistributedInputSourceManager(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, true); in SetUp()