Searched refs:RemoteExecutorStub (Results 1 – 4 of 4) sorted by relevance
43 …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::RemoteExecutorStub219 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 …]
64 std::map<uint64_t, std::shared_ptr<RemoteExecutorStub>> scheduleId2executorStub_;260 std::shared_ptr<RemoteExecutorStub> executorStub = Common::MakeShared<RemoteExecutorStub>(); in ProcBeginExecuteRequest()
31 class RemoteExecutorStub : public std::enable_shared_from_this<RemoteExecutorStub> {34 RemoteExecutorStub();35 virtual ~RemoteExecutorStub();
45 auto g_RemoteExecutorStub = MakeShared<RemoteExecutorStub>();