Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/
H A Dpermission_definitions.json7 "availableType": "NORMAL", string
17 "availableType": "SYSTEM", string
27 "availableType": "SYSTEM", string
37 "availableType": "SYSTEM", string
47 "availableType": "SYSTEM", string
57 "availableType": "SYSTEM", string
67 "availableType": "NORMAL", string
77 "availableType": "SYSTEM", string
87 "availableType": "SYSTEM", string
97 "availableType": "SYSTEM", string
[all …]
/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dpermission_def_parcel.cpp61 int32_t availableType; in Unmarshalling() local
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dpermission_def.h76 ATokenAvailableTypeEnum availableType = NORMAL; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dpermission_define.h37 int32_t availableType = 1; member
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Ddata_translator.cpp69 int availableType = inGenericValues.GetInt(TokenFiledConst::FIELD_AVAILABLE_TYPE); in TranslationIntoPermissionDef() local
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Ddata_validator.cpp81 bool DataValidator::IsAvailableTypeValid(const int availableType) in IsAvailableTypeValid()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_definition_parser.cpp83 static bool GetPermissionAvailableType(const std::string &availableType, AccessToken::ATokenAvailab… in GetPermissionAvailableType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Daccess_token.h109 ATokenAvailableTypeEnum availableType = ATokenAvailableTypeEnum::NORMAL; variable
/ohos5.0/base/global/system_resources/systemres/main/
H A Dmodule.json1438 "availableType": "MDM", string
1457 "availableType": "MDM", string
1467 "availableType": "MDM", string
1477 "availableType": "MDM", string
1487 "availableType": "MDM", string
1497 "availableType": "MDM", string
1507 "availableType": "MDM", string
1517 "availableType": "MDM", string
1527 "availableType": "MDM", string
1537 "availableType": "MDM", string
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp121 const std::string &availableType) in GetAvailableType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h65 std::string availableType; member