Searched refs:BLUETOOTH_HOST_SYS_ABILITY_ID (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_connection.cpp | 37 … samgrProxy->UnSubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, statusChangeListener_); in ~BluetoothConnection() 59 …int32_t ret = managerPtr->SubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, statusChangeListen… in Init() 61 …LEPHONY_LOGE("failed to subscribe bluetooth service SA:%{public}d", BLUETOOTH_HOST_SYS_ABILITY_ID); in Init() 225 if (systemAbilityId != BLUETOOTH_HOST_SYS_ABILITY_ID) { in OnAddSystemAbility() 240 if (systemAbilityId != BLUETOOTH_HOST_SYS_ABILITY_ID) { in OnRemoveSystemAbility()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_profile_manager.cpp | 57 …int32_t ret = samgrProxy->SubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, bluetoothSystemAbi… in SubScribeBluetoothSystemAbility() 66 …int32_t ret = samgrProxy->UnSubscribeSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, bluetoothSystemA… in UnSubScribeBluetoothSystemAbility() 84 auto object = samgrProxy->CheckSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in GetHostRemote() 163 case BLUETOOTH_HOST_SYS_ABILITY_ID: { in OnAddSystemAbility() 186 case BLUETOOTH_HOST_SYS_ABILITY_ID: { in OnRemoveSystemAbility()
|
H A D | bluetooth_host.cpp | 518 int32_t ret = samgrProxy->LoadSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, loadCallback); in LoadBluetoothHostService() 1223 auto object = samgrProxy->CheckSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in IsBluetoothSystemAbilityOn()
|
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicy_fuzzer/ |
H A D | audio_policy_fuzzer.cpp | 54 server.OnAddSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, ""); in GetServerPtr()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 88 BLUETOOTH_HOST_SYS_ABILITY_ID = 1130, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 82 pub const BLUETOOTH_HOST_SYS_ABILITY_ID: i32 = 1130; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 69 { BLUETOOTH_HOST_SYS_ABILITY_ID, "BluetoothHost" },
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 143 sptr<IRemoteObject> hostRemote = samgr->GetSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in GetProxy()
|
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/ |
H A D | audio_policy_another_fuzzer.cpp | 45 server.OnAddSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, ""); in GetServerPtr()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/ |
H A D | avsessionservice_fuzzer.cpp | 147 BLUETOOTH_HOST_SYS_ABILITY_ID, in AvSessionServiceSystemAbilityTest()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 139 AddSystemAbilityListener(BLUETOOTH_HOST_SYS_ABILITY_ID); in OnStart() 374 case BLUETOOTH_HOST_SYS_ABILITY_ID: in OnAddSystemAbility() 402 if (systemAbilityId == BLUETOOTH_HOST_SYS_ABILITY_ID) { in OnRemoveSystemAbility()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 109 AddSystemAbilityListener(BLUETOOTH_HOST_SYS_ABILITY_ID); in OnStart() 167 case BLUETOOTH_HOST_SYS_ABILITY_ID: in OnAddSystemAbility()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 137 if (samgr->CheckSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID) == nullptr) { in QueryDependsSwitchState()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 686 BluetoothHostServer::BluetoothHostServer() : SystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, true) in BluetoothHostServer()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 6999 sptr<IRemoteObject> object = samgr->GetSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in RegisterBluetoothDeathCallback()
|