Home
last modified time | relevance | path

Searched refs:NotifyPinHolderEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h55 int32_t NotifyPinHolderEvent(const std::string &pkgName, const std::string &event);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp589 int32_t PinHolder::NotifyPinHolderEvent(const std::string &pkgName, const std::string &event) in NotifyPinHolderEvent() function in OHOS::DistributedHardware::PinHolder
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp720 int32_t ret = pinHolder->NotifyPinHolderEvent(packName, event);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp957 return pinHolder_->NotifyPinHolderEvent(pkgName, event); in NotifyEvent()