Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp31 class ProfileServicesContextCallback : public utility::IContextCallback { class
33 explicit ProfileServicesContextCallback(ProfileServiceManager &psm) : psm_(psm){}; in ProfileServicesContextCallback() function in OHOS::bluetooth::ProfileServicesContextCallback
34 ~ProfileServicesContextCallback() = default;
97 std::unique_ptr<ProfileServicesContextCallback> contextCallback_ = nullptr;
106 pimpl->contextCallback_ = std::make_unique<ProfileServicesContextCallback>(*this); in ProfileServiceManager()

Completed in 2 milliseconds