Home
last modified time | relevance | path

Searched refs:StartPrivacePage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_privacy.h37 int32_t StartPrivacePage(const std::string &subtype, const std::string &networkId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp156 int32_t ComponentPrivacy::StartPrivacePage(const std::string &subtype, const std::string &networkId) in StartPrivacePage() function in OHOS::DistributedHardware::ComponentPrivacy
318 comPrivacyObj_->StartPrivacePage(subtype, networkId); in ProcessStartPage()