Home
last modified time | relevance | path

Searched refs:Privilege (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_cloud_utils.h28 using Privilege = OHOS::CloudData::Privilege; variable
43 int32_t Convert2Value(napi_env env, napi_value input, Privilege &output);
55 napi_value Convert2JSValue(napi_env env, const Privilege &value);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_types_util.h29 using Privilege = UDMF::Privilege; variable
51 bool API_EXPORT Marshalling(const Privilege &input, MessageParcel &parcel);
53 bool API_EXPORT Unmarshalling(Privilege &output, MessageParcel &parcel);
H A Dudmf_types_util.cpp119 bool Marshalling(const Privilege &input, MessageParcel &parcel) in Marshalling()
125 bool Unmarshalling(Privilege &output, MessageParcel &parcel) in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h24 using Privilege = OHOS::CloudData::Privilege; variable
41 bool Marshalling(const Privilege &input, MessageParcel &data);
43 bool Unmarshalling(Privilege &output, MessageParcel &data);
H A Dcloud_value_util.h27 using SharingPlege = OHOS::DistributedData::SharingCenter::Privilege;
38 SharingPlege Convert(const Privilege &privilege);
42 Privilege Convert(const SharingPlege &privilege);
H A Dcloud_value_util.cpp20 SharingPlege Convert(const Privilege &privilege) in Convert()
91 Privilege Convert(const SharingPlege &privilege) in Convert()
93 Privilege result; in Convert()
H A Dcloud_types_util.cpp34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling()
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_types_util.h25 using Privilege = OHOS::CloudData::Privilege; variable
43 bool Marshalling(const Privilege &input, MessageParcel &data);
45 bool Unmarshalling(Privilege &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.h48 int32_t AddPrivilege(const QueryOption &query, Privilege &privilege) override;
65 bool IsReadAndKeep(const std::vector<Privilege> &privileges, const QueryOption &query);
77 std::map<std::string, Privilege> privilegeCache_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Dchecker_manager.h34 virtual bool IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info) = 0;
43 bool IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info);
H A Ddata_checker.h28 …bool IsValid(const std::vector<Privilege> &privileges, const CheckerManager::CheckInfo &info) over…
H A Ddata_checker.cpp35 bool DataChecker::IsValid(const std::vector<Privilege> &privileges, const CheckerManager::CheckInfo… in IsValid()
H A Dchecker_manager.cpp49 bool CheckerManager::IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info) in IsValid()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp130 Privilege privilege; in SetDataTextFuzz()
163 Privilege privilege; in SetDataPlainTextFuzz()
196 Privilege privilege; in SetDataHtmlFuzz()
229 Privilege privilege; in SetDataLinkFuzz()
259 Privilege privilege; in SetDataFileFuzz()
286 Privilege privilege; in SetDataImageFuzz()
313 Privilege privilege; in SetDataVideoFuzz()
342 Privilege privilege; in SetDataSystemDefinedRecordFuzz()
382 Privilege privilege; in SetDataSystemDefinedFormFuzz()
423 Privilege privilege; in SetDataSystemDefinedAppItemFuzz()
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_types.h39 struct Privilege { struct
48 std::vector<Privilege> privileges; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h42 struct Privilege { struct
54 Privilege privilege; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h44 struct Privilege { struct
56 Privilege privilege; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling()
41 bool Unmarshalling(Privilege &output, MessageParcel &data) in Unmarshalling()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.5/
H A Dchangelogs-bundlemanager.md44 …tlist (**install_list_capability.json**). For details, see [Application Privilege Configuration Gu…
58 …tlist (**install_list_capability.json**). For details, see [Application Privilege Configuration Gu…
66 …o the new privilege configuration method. For details, see [Application Privilege Configuration Gu…
85 …o the new privilege configuration method. For details, see [Application Privilege Configuration Gu…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp110 Privilege privilege1;
112 Privilege privilege2;
115 std::vector<Privilege> privilegeVector{ privilege1, privilege2 };
174 Privilege privilege;
285 Privilege privilege;
288 Privilege privilege2;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service.h46 virtual int32_t AddPrivilege(const QueryOption &query, Privilege &privilege) = 0;
/ohos5.0/docs/zh-cn/application-dev/security/AccessToken/
H A Dapp-permission-mgmt-overview.md63 为了防止应用过度索取和滥用权限,系统基于APL(Ability Privilege Level,元能力权限等级)等级,配置了不同的权限开放范围。
/ohos5.0/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dudmf_client.h42 Status AddPrivilege(const QueryOption &query, Privilege &privilege);
H A Dudmf_client.cpp55 Status UdmfClient::AddPrivilege(const QueryOption &query, Privilege &privilege) in AddPrivilege()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dudmf_client.h43 Status AddPrivilege(const QueryOption &query, Privilege &privilege);

123