Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h68 void ProcessChangeMsg(const std::string &message);
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp440 ProcessChangeMsg(message); in OnDataReceived()
563 LOGE("ProcessChangeMsg DecodeRequest jsonStr error."); in NotifyPinHolderEvent()
587 void PinHolder::ProcessChangeMsg(const std::string &message) in ProcessChangeMsg() function in OHOS::DistributedHardware::PinHolder
590 LOGE("ProcessChangeMsg listener or session is nullptr."); in ProcessChangeMsg()
595 LOGE("ProcessChangeMsg DecodeRequest jsonStr error."); in ProcessChangeMsg()
599 LOGE("ProcessChangeMsg err json string."); in ProcessChangeMsg()
622 LOGI("ProcessChangeMsg, message type is: %{public}d.", MSG_TYPE_PIN_HOLDER_CHANGE_RESP); in ProcessChangeMsg()

Completed in 2 milliseconds