Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle7/src/main/
H A Dconfig.json44 "defPermissions": [ array
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/continuous_task_jsunittest/
H A Dconfig.json65 "defPermissions": [ array
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/test/unittest/device_usage_statistics_jsunittest/
H A Dconfig.json65 "defPermissions": [ array
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A Dconfig.json29 "defPermissions": [ array
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A Dconfig.json29 "defPermissions": [ array
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A Dconfig.json28 "defPermissions": [ array
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
H A Dconfig.json29 "defPermissions": [ array
/ohos5.0/foundation/ability/ability_runtime/tools/test/resource/aa/dataAbilityBundleForDump/src/main/
H A Dconfig.json82 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e21Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e23Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e3Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e4Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e5Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e6Test/src/main/
H A Dconfig.json174 "defPermissions": [ array
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h146 std::vector<std::string> defPermissions; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp196 const auto defPermissions = innerBundleInfo.GetAllDefinePermissions(); in GetPermissionDefList() local