Home
last modified time | relevance | path

Searched refs:GetLocalScheduleFromMessage (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h181 …int32_t GetLocalScheduleFromMessage(const std::string &remoteUdid, const std::vector<uint8_t> &mes… in GetLocalScheduleFromMessage() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h77 MOCK_METHOD3(GetLocalScheduleFromMessage, int32_t(const std::string &remoteUdid,
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp263 int32_t ret = hdi->GetLocalScheduleFromMessage(srcUdid, scheduleData, scheduleInfo); in ProcBeginExecuteRequest()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp529 g_service.GetLocalScheduleFromMessage(remoteUdid, msg, scheduleInfo); in FuzzGetLocalScheduleFromMessage()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md146 | GetLocalScheduleFromMessage(const std::vector<uint8_t>& remoteDeviceId, const std::vector<uint8_t…
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DIUserAuthInterface.idl457GetLocalScheduleFromMessage([in] String remoteUdid, [in] unsigned char[] message, [out] ScheduleIn…
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DIUserAuthInterface.idl457GetLocalScheduleFromMessage([in] String remoteUdid, [in] unsigned char[] message, [out] ScheduleIn…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md146 | GetLocalScheduleFromMessage(const std::vector<uint8_t>& remoteDeviceId, const std::vector<uint8_t…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1462 int32_t UserAuthInterfaceService::GetLocalScheduleFromMessage(const std::string &remoteUdid, in GetLocalScheduleFromMessage() function in OHOS::HDI::UserAuth::UserAuthInterfaceService