Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp43 …RemoteExecutorStubScheduleNode(HdiScheduleInfo &scheduleInfo, std::weak_ptr<RemoteExecutorStub> ca… in RemoteExecutorStubScheduleNode()
154 std::weak_ptr<RemoteExecutorStub> callback_;
161 … RemoteExecutorStubMessageCallback(uint64_t scheduleId, std::weak_ptr<RemoteExecutorStub> callback) in RemoteExecutorStubMessageCallback()
211 std::weak_ptr<RemoteExecutorStub> callback_;
215 RemoteExecutorStub::RemoteExecutorStub() : endPointName_(EXECUTOR_STUB_ENDPOINT_NAME) in RemoteExecutorStub() function in OHOS::UserIam::UserAuth::RemoteExecutorStub
219 RemoteExecutorStub::~RemoteExecutorStub() in ~RemoteExecutorStub()
231 int32_t RemoteExecutorStub::ProcBeginExecuteRequest(Attributes &attr) in ProcBeginExecuteRequest()
297 void RemoteExecutorStub::OnMessage(const std::string &connectionName, const std::string &srcEndPoin… in OnMessage()
326 int32_t RemoteExecutorStub::OnMessage(ExecutorRole dstRole, const std::vector<uint8_t> &msg) in OnMessage()
356 int32_t RemoteExecutorStub::ContinueSchedule(ResultCode resultCode, const std::shared_ptr<Attribute… in ContinueSchedule()
[all …]
H A Dremote_auth_service.cpp64 std::map<uint64_t, std::shared_ptr<RemoteExecutorStub>> scheduleId2executorStub_;
260 std::shared_ptr<RemoteExecutorStub> executorStub = Common::MakeShared<RemoteExecutorStub>(); in ProcBeginExecuteRequest()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_executor_stub.h31 class RemoteExecutorStub : public std::enable_shared_from_this<RemoteExecutorStub> {
34 RemoteExecutorStub();
35 virtual ~RemoteExecutorStub();
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp45 auto g_RemoteExecutorStub = MakeShared<RemoteExecutorStub>();