/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_task_mgr.h | 85 const sptr<IRemoteObject> &remoteObject); 101 const sptr<IRemoteObject> &remoteObject); 153 const sptr<IRemoteObject> &remoteObject); 163 const sptr<IRemoteObject> &remoteObject); 220 const sptr<IRemoteObject> &remoteObject); 250 const sptr<IRemoteObject> &callerToken); 271 … const sptr<IRemoteObject> &remoteObjectOfHost, const sptr<IRemoteObject> &remoteObjectOfRender); 285 const sptr<IRemoteObject> &remoteObject); 314 const sptr<IRemoteObject> &remoteObject); 346 const sptr<IRemoteObject> &remoteObject); [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/server/ |
H A D | media_server_manager.h | 34 sptr<IRemoteObject> remoteObject_; 55 sptr<IRemoteObject> CreateStubObject(StubType type); 66 sptr<IRemoteObject> CreatePlayerStubObject(); 69 sptr<IRemoteObject> CreateRecorderStubObject(); 73 sptr<IRemoteObject> CreateTransCoderStubObject(); 79 sptr<IRemoteObject> CreateScreenCaptureStubObject(); 83 sptr<IRemoteObject> GetMonitorStubObject(); 102 void Commit(sptr<IRemoteObject> obj); 106 std::list<sptr<IRemoteObject>> freeList_; 111 std::map<sptr<IRemoteObject>, pid_t> playerStubMap_; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_client.h | 79 ErrCode ScheduleConnectAbilityDone(sptr<IRemoteObject> token, sptr<IRemoteObject> remoteObject); 98 sptr<IRemoteObject> token, 140 sptr<IRemoteObject> callerToken, 155 sptr<IRemoteObject> callerToken, 170 sptr<IRemoteObject> callerToken, 186 sptr<IRemoteObject> callerToken, 237 sptr<IRemoteObject> callerToken, 254 sptr<IRemoteObject> callerToken, 269 sptr<IRemoteObject> callerToken, 890 void CallRequestDone(sptr<IRemoteObject> token, sptr<IRemoteObject> callStub); [all …]
|
H A D | ability_manager_interface.h | 123 const sptr<IRemoteObject> &callerToken, 139 const sptr<IRemoteObject> &callerToken, 155 const sptr<IRemoteObject> &callerToken, 171 const sptr<IRemoteObject> &callerToken, 188 const sptr<IRemoteObject> &callerToken, 204 const sptr<IRemoteObject> &callerToken, 226 const sptr<IRemoteObject> &callerToken, 723 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remoteObject) = 0; 742 const sptr<IRemoteObject> &token, 929 …virtual void CallRequestDone(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub… in CallRequestDone() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | mock_ability_delegator_stub.h | 44 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, 61 …ScheduleConnectAbilityDone, int(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remot… 68 const sptr<IRemoteObject> &token = nullptr) override; 95 …ChangeFocusAbility, int(const sptr<IRemoteObject>& lostFocusToken, const sptr<IRemoteObject>& getF… 139 …void CallRequestDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& callStub) overri… 160 … void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token); 224 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, 241 …ScheduleConnectAbilityDone, int(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remot… 275 …ChangeFocusAbility, int(const sptr<IRemoteObject>& lostFocusToken, const sptr<IRemoteObject>& getF… 319 …void CallRequestDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& callStub) overri… [all …]
|
H A D | mock_ability_delegator_stub.cpp | 41 const sptr<IRemoteObject>& callerToken, int requestCode, int32_t userId) in StartAbility() 47 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, in StartAbilityAsCaller() 101 const sptr<IRemoteObject>& callerToken, int32_t accountId) in StartAbilityByCall() 107 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) in CallRequestDone() 164 int MockAbilityDelegatorStub::GetTopAbility(sptr<IRemoteObject>& token) in GetTopAbility() 167 token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); in GetTopAbility() 207 sptr<IRemoteObject> &token) in GetAbilityTokenByCalleeObj() 230 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, in StartAbilityAsCaller() 294 const sptr<IRemoteObject>& callerToken, int32_t accountId) in StartAbilityByCall() 300 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) in CallRequestDone() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | iremote_object.cpp | 30 bool IRemoteObject::CheckObjectLegality() const in CheckObjectLegality() 35 bool IRemoteObject::Marshalling(Parcel &parcel) const in Marshalling() 37 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 45 bool IRemoteObject::Marshalling(Parcel &parcel, const sptr<IRemoteObject> &object) in Marshalling() 55 sptr<IRemoteObject> IRemoteObject::Unmarshalling(Parcel &parcel) in Unmarshalling() 65 std::u16string IRemoteObject::GetObjectDescriptor() const in GetObjectDescriptor() 70 sptr<IRemoteBroker> IRemoteObject::AsInterface() in AsInterface() 75 bool IRemoteObject::IsProxyObject() const in IsProxyObject() 80 IRemoteObject::IRemoteObject(std::u16string descriptor) : descriptor_(descriptor) in IRemoteObject() function in OHOS::IRemoteObject 85 bool IRemoteObject::IsObjectDead() const in IsObjectDead() [all …]
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_ability_manager.h | 48 const sptr<IRemoteObject> &callerToken, 140 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remote… in ScheduleConnectAbilityDone() 153 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 175 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() 269 int SetMissionIcon(const sptr<IRemoteObject> &token, in SetMissionIcon() 395 const sptr<IRemoteObject> &callerToken, 445 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remoteObject) override in ScheduleConnectAbilityDone() 458 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 539 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() 560 const sptr<IRemoteObject> &callerToken, [all …]
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_proxy.h | 63 const sptr<IRemoteObject> &callerToken, 79 const sptr<IRemoteObject> &callerToken, 95 const sptr<IRemoteObject> &callerToken, 111 const sptr<IRemoteObject> &callerToken, 128 const sptr<IRemoteObject> &callerToken, 144 const sptr<IRemoteObject> &callerToken, 163 const sptr<IRemoteObject> &callerToken, 540 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &remoteObject) override; 559 const sptr<IRemoteObject> &token, 746 …void CallRequestDone(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) overri… [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/ |
H A D | ability_manager_stub_mock_test.h | 63 const sptr<IRemoteObject>& callerToken, 73 const sptr<IRemoteObject>& callerToken, 83 const sptr<IRemoteObject>& callerToken, 84 sptr<IRemoteObject> asCallerSourceToken, 93 const sptr<IRemoteObject> &callerToken, 104 const sptr<IRemoteObject> &callerToken, 134 const sptr<IRemoteObject>& callerToken, 166 …virtual int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>… in ScheduleConnectAbilityDone() 182 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 218 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_stub_mock.h | 58 const sptr<IRemoteObject>& callerToken, 66 const sptr<IRemoteObject>& callerToken, 77 const sptr<IRemoteObject>& callerToken, 87 const sptr<IRemoteObject>& callerToken, 88 sptr<IRemoteObject> asCallerSourceToken, 97 const sptr<IRemoteObject> &callerToken, 113 const sptr<IRemoteObject> &callerToken, 176 …virtual int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>… in ScheduleConnectAbilityDone() 192 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 234 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/ |
H A D | ability_manager_stub_mock.h | 63 const sptr<IRemoteObject>& callerToken, 73 const sptr<IRemoteObject>& callerToken, 83 const sptr<IRemoteObject>& callerToken, 84 sptr<IRemoteObject> asCallerSourceToken, 108 const sptr<IRemoteObject>& callerToken, 140 …virtual int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>… in ScheduleConnectAbilityDone() 156 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 172 const sptr<IRemoteObject> &token = nullptr) 192 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() 265 int SetMissionIcon(const sptr<IRemoteObject>& token, in SetMissionIcon() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/ |
H A D | mock_serviceability_manager_service.h | 44 const sptr<IRemoteObject>& callerToken, 50 const sptr<IRemoteObject>& callerToken, 55 const sptr<IRemoteObject>& callerToken, 56 sptr<IRemoteObject> asCallerSourceToken, 62 const sptr<IRemoteObject>& callerToken, 63 sptr<IRemoteObject> asCallerSourceToken, 92 const sptr<IRemoteObject>& callerToken, 99 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remote… 103 const sptr<IRemoteObject> &token, 115 …void CallRequestDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& callStub) overri… [all …]
|
H A D | mock_serviceability_manager_service.cpp | 48 … const Want& want, const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, in StartAbilityAsCaller() 55 const sptr<IRemoteObject>& callerToken, int32_t accountId) in StartAbilityByCall() 68 const sptr<IRemoteObject>& callerToken, int32_t userId, int requestCode) in StartAbility() 75 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, in StartAbilityAsCaller() 82 const sptr<IRemoteObject>& token, int resultCode, const Want* resultWant) in TerminateAbility() 99 const sptr<IAbilityScheduler>& scheduler, const sptr<IRemoteObject>& token) in AttachAbilityThread() 112 const sptr<IRemoteObject>& token, int state, const PacMap& saveData) in AbilityTransitionDone() 118 const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remoteObject) in ScheduleConnectAbilityDone() 134 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 143 const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) in CallRequestDone() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/ |
H A D | mock_serviceability_manager_service.h | 43 const sptr<IRemoteObject>& callerToken, 49 const sptr<IRemoteObject>& callerToken, 57 const sptr<IRemoteObject>& callerToken, 58 const sptr<IRemoteObject> asCallerSourceToken, 64 const sptr<IRemoteObject>& callerToken, 65 const sptr<IRemoteObject> asCallerSourceToken, 89 const sptr<IRemoteObject>& callerToken, 97 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remote… 101 const sptr<IRemoteObject> &token, 149 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… [all …]
|
H A D | mock_ability_manager_service.h | 40 const sptr<IRemoteObject>& callerToken, 46 const sptr<IRemoteObject>& callerToken, 53 const sptr<IRemoteObject>& callerToken, 54 sptr<IRemoteObject> asCallerSourceToken, 60 const sptr<IRemoteObject>& callerToken, 61 sptr<IRemoteObject> asCallerSourceToken, 85 const sptr<IRemoteObject>& callerToken, 96 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remote… 100 const sptr<IRemoteObject> &token, 163 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ability_manager_service.h | 38 int StartAbility(const Want& want, const sptr<IRemoteObject>& callerToken, 47 const sptr<IRemoteObject>& callerToken, 72 const sptr<IRemoteObject>& callerToken, 80 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remote… 84 const sptr<IRemoteObject> &token, 95 const sptr<IRemoteObject> &token = nullptr) override; 134 MOCK_METHOD2(SetMissionIcon, int(const sptr<IRemoteObject>& token, 141 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… 154 const sptr<IRemoteObject>& callerToken, sptr<IRemoteObject> asCallerSourceToken, 248 int GetTopAbility(sptr<IRemoteObject>& token) override in GetTopAbility() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_ability_mgr_service.h | 31 sptr<IRemoteObject> asCallerSourceToken, int32_t userId, int requestCode)); 33 const sptr<IRemoteObject> &callerToken, sptr<IRemoteObject> asCallerSourceToken, 47 const sptr<IRemoteObject>& callerToken, int32_t userId)); 54 …ScheduleConnectAbilityDone, int(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remot… 56 MOCK_METHOD1(ScheduleCommandAbilityDone, int(const sptr<IRemoteObject>&)); 65 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… 109 MOCK_METHOD2(SetMissionIcon, int(const sptr<IRemoteObject>& token, 120 MOCK_METHOD4(ShareDataDone, int32_t(const sptr<IRemoteObject> &token, 126 const sptr<IRemoteObject>& callerToken, 170 …void CallRequestDone(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callStub) overri… in CallRequestDone() [all …]
|
H A D | mock_ability_manager_proxy.h | 34 MOCK_METHOD5(StartAbilityAsCaller, int(const Want& want, const sptr<IRemoteObject>& callerToken, 35 sptr<IRemoteObject> asCallerSourceToken, int32_t userId, int requestCode)); 37 const sptr<IRemoteObject> &callerToken, sptr<IRemoteObject> asCallerSourceToken, 45 MOCK_METHOD2(ReleaseDataAbility, int(sptr<IAbilityScheduler>, const sptr<IRemoteObject>&)); 47 MOCK_METHOD2(AbilityTransitionDone, int(const sptr<IRemoteObject>& token, int state)); 49 …ScheduleConnectAbilityDone, int(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remot… 50 MOCK_METHOD1(ScheduleDisconnectAbilityDone, int(const sptr<IRemoteObject>& token)); 51 MOCK_METHOD1(ScheduleCommandAbilityDone, int(const sptr<IRemoteObject>&)); 52 MOCK_METHOD4(ScheduleCommandAbilityWindowDone, int(const sptr<IRemoteObject> &token, 56 MOCK_METHOD1(GetMissionIdByToken, int32_t(const sptr<IRemoteObject>& token)); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sys_mgr_client_test/ |
H A D | mock_ability_manager_service.h | 40 const sptr<IRemoteObject>& callerToken, 46 const sptr<IRemoteObject>& callerToken, 66 const sptr<IRemoteObject>& callerToken, 77 …int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remote… 81 const sptr<IRemoteObject> &token, 90 const sptr<IRemoteObject> &token = nullptr) override; 115 const sptr<IRemoteObject> &callerToken, sptr<IRemoteObject> asCallerSourceToken, 140 MOCK_METHOD2(SetMissionIcon, int(const sptr<IRemoteObject>& token, 149 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… 230 int GetTopAbility(sptr<IRemoteObject>& token) override in GetTopAbility() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_test/ |
H A D | ability_manager_stub_mock.h | 63 const sptr<IRemoteObject>& callerToken, 71 const sptr<IRemoteObject>& callerToken, 82 const sptr<IRemoteObject>& callerToken, 92 const sptr<IRemoteObject>& callerToken, 93 sptr<IRemoteObject> asCallerSourceToken, 127 const sptr<IRemoteObject>& callerToken, 159 …virtual int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>… in ScheduleConnectAbilityDone() 175 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 191 const sptr<IRemoteObject> &token = nullptr) 216 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/ |
H A D | ability_manager_stub_impl_mock.h | 99 const sptr<IRemoteObject>& callerToken, 109 const sptr<IRemoteObject>& callerToken, 119 const sptr<IRemoteObject>& callerToken, 120 sptr<IRemoteObject> asCallerSourceToken, 150 const sptr<IRemoteObject>& callerToken, 182 …virtual int ScheduleConnectAbilityDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>… in ScheduleConnectAbilityDone() 198 const sptr<IRemoteObject> &token, in ScheduleCommandAbilityWindowDone() 214 const sptr<IRemoteObject> &token = nullptr) 272 …void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) o… in GetAbilityTokenByCalleeObj() 318 …void CallRequestDone(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& callStub) overri… in CallRequestDone() [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 91 int AddForm(const int64_t formId, const Want &want, const sptr<IRemoteObject> &callerToken, 108 int DeleteForm(const int64_t formId, const sptr<IRemoteObject> &callerToken); 180 int CastTempForm(const int64_t formId, const sptr<IRemoteObject> &callerToken); 309 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const; 362 const sptr<IRemoteObject> &callerToken); 372 const sptr<IRemoteObject> &callerToken); 445 int32_t StartAbility(const Want &want, const sptr<IRemoteObject> &callerToken); 696 void ResetProxy(const wptr<IRemoteObject> &remote); 702 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient { 711 void OnRemoteDied(const wptr<IRemoteObject> &remote) override; [all …]
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/ |
H A D | mock_ability_manager_stub.h | 34 sptr<IRemoteObject> asCallerSourceToken, int32_t userId, int requestCode)); 52 const sptr<IRemoteObject>& callerToken, int32_t userId)); 61 …ScheduleConnectAbilityDone, int(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remot… 70 const sptr<IRemoteObject> &token = nullptr); 117 MOCK_METHOD2(SetMissionIcon, int(const sptr<IRemoteObject>& token, 124 MOCK_METHOD4(ShareDataDone, int32_t(const sptr<IRemoteObject> &token, 126 …K_METHOD2(GetAbilityTokenByCalleeObj, void(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject… 130 const sptr<IRemoteObject>& callerToken, 140 const sptr<IRemoteObject>& callerToken, 141 sptr<IRemoteObject> asCallerSourceToken, [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.h | 41 const sptr<IRemoteObject> &callerToken) override; 52 const sptr<IRemoteObject> &callerToken) override; 63 const sptr<IRemoteObject> &callerToken) override; 74 const sptr<IRemoteObject> &callerToken) override; 161 const sptr<IRemoteObject> &callerToken); 164 const sptr<IRemoteObject> &callerToken); 166 const sptr<IRemoteObject> &callerToken); 168 const sptr<IRemoteObject> &callerToken); 170 const sptr<IRemoteObject> &callerToken); 174 const sptr<IRemoteObject> &callerToken); [all …]
|