Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp287 comPrivacyObj_ = comPrivacy; in ComponentEventHandler()
292 comPrivacyObj_ = nullptr; in ~ComponentEventHandler()
313 if (comPrivacyObj_ == nullptr) { in ProcessStartPage()
314 DHLOGE("comPrivacyObj_ is nullptr"); in ProcessStartPage()
318 comPrivacyObj_->StartPrivacePage(subtype, networkId); in ProcessStartPage()
334 if (comPrivacyObj_ == nullptr) { in ProcessStopPage()
335 DHLOGE("comPrivacyObj_ is nullptr"); in ProcessStopPage()
339 comPrivacyObj_->StopPrivacePage(subtype); in ProcessStopPage()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h54 ComponentPrivacy *comPrivacyObj_; member in OHOS::DistributedHardware::ComponentPrivacy::ComponentEventHandler

Completed in 1 milliseconds