Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp32 sptr<FileAccessServiceProxy> FileAccessServiceProxy::GetInstance() in GetInstance()
79 serviceProxy_ = iface_cast<FileAccessServiceProxy>(remoteObject); in OnLoadSystemAbilitySuccess()
96 FileAccessServiceProxy::InvaildInstance(); in OnLoadSystemAbilitySuccess()
114 void FileAccessServiceProxy::InvaildInstance() in InvaildInstance()
121 int32_t FileAccessServiceProxy::OnChange(Uri uri, NotifyType notifyType) in OnChange()
126 if (!data.WriteInterfaceToken(FileAccessServiceProxy::GetDescriptor())) { in OnChange()
170 if (!data.WriteInterfaceToken(FileAccessServiceProxy::GetDescriptor())) { in RegisterNotify()
223 int32_t FileAccessServiceProxy::UnregisterNotifyInternal(MessageParcel &data) in UnregisterNotifyInternal()
255 if (!data.WriteInterfaceToken(FileAccessServiceProxy::GetDescriptor())) { in UnregisterNotify()
304 if (!data.WriteInterfaceToken(FileAccessServiceProxy::GetDescriptor())) { in ConnectFileExtAbility()
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service_proxy.h25 class FileAccessServiceProxy : public IRemoteProxy<IFileAccessServiceBase> {
27 …explicit FileAccessServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IFileAccessService… in FileAccessServiceProxy() function
28 ~FileAccessServiceProxy() = default;
29 static sptr<FileAccessServiceProxy> GetInstance();
71 static inline sptr<FileAccessServiceProxy> serviceProxy_;
72 static inline BrokerDelegator<FileAccessServiceProxy> delegator_;
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_service_proxy_test.cpp94 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr);
121 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr);
148 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(nullptr);
171 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl);
219 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl);
281 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl);
317 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl);
363 shared_ptr<FileAccessServiceProxy> proxy = make_shared<FileAccessServiceProxy>(impl);
H A Djs_file_access_ext_ability_test.cpp50 int32_t FileAccessServiceProxy::RegisterNotify(Uri, bool, const sptr<IFileAccessObserver> &, in RegisterNotify()
56 int32_t FileAccessServiceProxy::OnChange(Uri uri, NotifyType notifyType) in OnChange()
61 int32_t FileAccessServiceProxy::GetExtensionProxy(const std::shared_ptr<ConnectExtensionInfo> &, in GetExtensionProxy()
67 int32_t FileAccessServiceProxy::UnregisterNotify(Uri, const sptr<IFileAccessObserver> &, in UnregisterNotify()
73 int32_t FileAccessServiceProxy::ConnectFileExtAbility(const AAFwk::Want &, in ConnectFileExtAbility()
79 int32_t FileAccessServiceProxy::DisConnectFileExtAbility(const sptr<AAFwk::IAbilityConnection>&) in DisConnectFileExtAbility()
126 sptr<FileAccessServiceProxy> FileAccessServiceProxy::GetInstance() in GetInstance()
128 return iface_cast<FileAccessServiceProxy>(JsFileAccessExtAbilityTest::impl); in GetInstance()
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessserviceproxy_fuzzer/
H A Dfileaccessserviceproxy_fuzzer.cpp52 bool OnChangeFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t size) in OnChangeFuzzTest()
66 bool RegisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t s… in RegisterNotifyFuzzTest()
81 bool UnregisterNotifyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t… in UnregisterNotifyFuzzTest()
90 bool GetExensionProxyFuzzTest(shared_ptr<FileAccessServiceProxy> proxy, const uint8_t *data, size_t… in GetExensionProxyFuzzTest()
104 …auto proxy = std::make_shared<OHOS::FileAccessFwk::FileAccessServiceProxy>(OHOS::sptr(impl.release… in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dapp_file_access_ext_connection.cpp69 auto proxy = FileAccessServiceProxy::GetInstance(); in ConnectFileExtAbility()
95 auto proxy = FileAccessServiceProxy::GetInstance(); in DisconnectFileExtAbility()
H A Dfile_access_helper.cpp1061 auto proxy = FileAccessServiceProxy::GetInstance(); in RegisterNotify()
1085 auto proxy = FileAccessServiceProxy::GetInstance(); in UnregisterNotify()
1108 auto proxy = FileAccessServiceProxy::GetInstance(); in UnregisterNotify()
H A Djs_file_access_ext_ability.cpp1689 auto proxy = FileAccessServiceProxy::GetInstance(); in Notify()
/ohos5.0/foundation/filemanagement/user_file_service/services/
H A Dlibfile_access_service.map17 *FileAccessServiceProxy*;