Home
last modified time | relevance | path

Searched defs:ProfileConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h28 struct ProfileConfig { struct
37 ProfileConfig profileInfo; argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.cpp39 ProfileConfig::ProfileConfig() : pimpl(std::make_unique<impl>()){}; in ProfileConfig() function in OHOS::bluetooth::ProfileConfig