Home
last modified time | relevance | path

Searched refs:pinType_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_create_pin_holder_req.h95 return pinType_; in GetPinType()
105 pinType_ = pinType; in SetPinType()
112 int32_t pinType_; member in OHOS::DistributedHardware::IpcCreatePinHolderReq
H A Dipc_destroy_pin_holder_req.h55 return pinType_; in GetPinType()
65 pinType_ = pinType; in SetPinType()
90 int32_t pinType_; member in OHOS::DistributedHardware::IpcDestroyPinHolderReq
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp130 pinType_ = pinType; in CreatePinHolder()
169 pinType_ = pinType; in DestroyPinHolder()
199 jsonObj[TAG_PIN_TYPE] = pinType_; in CreateGeneratePinHolderMsg()
205 MSG_TYPE_CREATE_PIN_HOLDER, pinType_); in CreateGeneratePinHolderMsg()
371 listener_->OnPinHolderDestroy(registerPkgName_, pinType_, payload); in CloseSession()
373 jsonContent[TAG_PIN_TYPE] = pinType_; in CloseSession()
513 listener_->OnPinHolderDestroy(registerPkgName_, pinType_, payload); in OnSessionClosed()
515 jsonContent[TAG_PIN_TYPE] = pinType_; in OnSessionClosed()
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h81 DmPinType pinType_ = NUMBER_PIN_CODE; member in OHOS::DistributedHardware::final

Completed in 2 milliseconds