Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h55 struct DefinePermission { struct
56 std::string name;
57 std::string grantMode = Profile::DEFINEPERMISSION_GRANT_MODE_SYSTEM_GRANT;
58 std::string availableLevel = Profile::DEFINEPERMISSION_AVAILABLE_LEVEL_DEFAULT_VALUE;
59 bool provisionEnable = true;
60 bool distributedSceneEnable = false;
61 std::string label;
62 uint32_t labelId = 0;
63 std::string description;
64 uint32_t descriptionId = 0;
[all …]