Home
last modified time | relevance | path

Searched defs:ProxyData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h33 struct ProxyData { struct
44 std::vector<ProxyData> proxyDatas; argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h63 struct ProxyData { struct
64 std::string uri;
65 std::string requiredReadPermission;
66 std::string requiredWritePermission;
67 Metadata metadata;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h82 struct ProxyData : public Parcelable { struct
90 static ProxyData *Unmarshalling(Parcel &parcel); argument