Home
last modified time | relevance | path

Searched refs:UpdateContext (Results 1 – 15 of 15) sorted by relevance

/base/update/updateservice/interfaces/innerkits/include/
Dupdate_service_kits_impl.h33 int32_t RegisterUpdateCallback(const UpdateContext &ctx, const UpdateCallbackInfo &cb) final;
92 UpdateContext updateContext_ {};
Dupdate_helper.h75 struct UpdateContext { struct
159 static int32_t WriteUpdateContext(MessageParcel &data, const UpdateContext &info);
160 static int32_t ReadUpdateContext(MessageParcel &reply, UpdateContext &info);
Dupdate_service_kits.h38 …virtual int32_t RegisterUpdateCallback(const UpdateContext &ctx, const UpdateCallbackInfo &cb) = 0;
Diupdate_service.h47 …virtual int32_t RegisterUpdateCallback(const UpdateContext &ctx, const sptr<IUpdateCallback>& upda…
/base/update/updateservice/engine/include/
Dupdate_service.h40 …int32_t RegisterUpdateCallback(const UpdateContext &ctx, const sptr<IUpdateCallback> &updateCallba…
95 UpdateContext updateContext_ {};
Dupdate_service_proxy.h28 …int32_t RegisterUpdateCallback(const UpdateContext &ctx, const sptr<IUpdateCallback>& updateCallba…
/base/update/updateservice/test/unittest/update_client/
Dclient_stub.h52 OHOS::update_engine::UpdateContext clientContext;
/base/update/updateservice/test/unittest/update_engine/
Dserver_unittest.cpp117 UpdateContext ctx {}; in TestDoUpdate()
257 UpdateContext ctx {}; in TestUpdateServiceProxy()
363 …virtual int32_t RegisterUpdateCallback(const UpdateContext &ctx, const UpdateCallbackInfo &cb) ove… in RegisterUpdateCallback()
583 UpdateContext ctx {};
637 UpdateContext ctx {};
/base/update/updateservice/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/
DUpdaterOnRemoteRequest_fuzzer.cpp36 …virtual int32_t RegisterUpdateCallback(const UpdateContext &ctx, const sptr<IUpdateCallback>& upda… in RegisterUpdateCallback()
/base/update/updateservice/client/
Dupdate_client.h180 void GetEnginContext(OHOS::update_engine::UpdateContext &context) const;
209 OHOS::update_engine::UpdateContext context_ {};
/base/update/updateservice/engine/src/
Dupdate_helper.cpp42 int32_t UpdateHelper::WriteUpdateContext(MessageParcel &data, const UpdateContext &info) in WriteUpdateContext()
52 int32_t UpdateHelper::ReadUpdateContext(MessageParcel &reply, UpdateContext &info) in ReadUpdateContext()
Dupdate_service_stub.cpp103 UpdateContext ctx {}; in RegisterUpdateCallbackStub()
Dupdate_service.cpp86 int32_t UpdateService::RegisterUpdateCallback(const UpdateContext &ctx, in RegisterUpdateCallback()
/base/update/updateservice/interfaces/innerkits/engine/
Dupdate_service_kits_impl.cpp127 int32_t UpdateServiceKitsImpl::RegisterUpdateCallback(const UpdateContext &ctx, const UpdateCallbac… in RegisterUpdateCallback()
Dupdate_service_proxy.cpp22 int32_t UpdateServiceProxy::RegisterUpdateCallback(const UpdateContext &ctx, in RegisterUpdateCallback()