Home
last modified time | relevance | path

Searched refs:contextCallback_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp97 std::unique_ptr<ProfileServicesContextCallback> contextCallback_ = nullptr; member
106 pimpl->contextCallback_ = std::make_unique<ProfileServicesContextCallback>(*this); in ProfileServiceManager()
135 profile->GetContext()->RegisterCallback(*(pimpl->contextCallback_)); in CreateClassicProfileServices()
163 newProfile->GetContext()->RegisterCallback(*(pimpl->contextCallback_)); in CreateBleProfileServices()
H A Dadapter_manager.cpp91 std::unique_ptr<AdaptersContextCallback> contextCallback_ = nullptr; member
126 contextCallback_ = std::make_unique<AdaptersContextCallback>(*this); in impl()
700 SECTION_CLASSIC_ADAPTER, ADAPTER_NAME_CLASSIC, *pimpl->dispatcher_, *(pimpl->contextCallback_)); in CreateAdapters()
702 SECTION_BLE_ADAPTER, ADAPTER_NAME_BLE, *pimpl->dispatcher_, *(pimpl->contextCallback_)); in CreateAdapters()

Completed in 3 milliseconds