Home
last modified time | relevance | path

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 Dbluetooth_connection.cpp37 … 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 Dbluetooth_profile_manager.cpp57 …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 Dbluetooth_host.cpp518 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 Daudio_policy_fuzzer.cpp54 server.OnAddSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, ""); in GetServerPtr()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h88 BLUETOOTH_HOST_SYS_ABILITY_ID = 1130, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs82 pub const BLUETOOTH_HOST_SYS_ABILITY_ID: i32 = 1130; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp69 { BLUETOOTH_HOST_SYS_ABILITY_ID, "BluetoothHost" },
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp143 sptr<IRemoteObject> hostRemote = samgr->GetSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in GetProxy()
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/
H A Daudio_policy_another_fuzzer.cpp45 server.OnAddSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID, ""); in GetServerPtr()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp147 BLUETOOTH_HOST_SYS_ABILITY_ID, in AvSessionServiceSystemAbilityTest()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp139 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 Daudio_policy_server.cpp109 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 Ddevice_manager_service.cpp137 if (samgr->CheckSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID) == nullptr) { in QueryDependsSwitchState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp686 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 Daudio_policy_service.cpp6999 sptr<IRemoteObject> object = samgr->GetSystemAbility(BLUETOOTH_HOST_SYS_ABILITY_ID); in RegisterBluetoothDeathCallback()