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 D | dinput_sa_manager.cpp | 32 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 D | distributed_input_source_handler.cpp | 54 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 D | distributed_input_source_sa_cli_mgr.cpp | 81 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, deviceId); in GetRemoteCli()
|
H A D | distributed_input_source_manager.cpp | 53 …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 D | system_ability_definition.h | 293 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID = 4809, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 284 pub const DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID: i32 = 4809; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 135 { DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, "DistributedInputSourceService" },
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/ |
H A D | distributed_input_inner_test.cpp | 132 DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID); in CheckSourceProxy()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 51 … sourceManager_ = new DistributedInputSourceManager(DISTRIBUTED_HARDWARE_INPUT_SOURCE_SA_ID, true); in SetUp()
|