Home
last modified time | relevance | path

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

/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
Dskill_uri.h33 std::string pathRegex; member
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
Ddeeplink_reserve_config.h34 std::string pathRegex; member
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/system_module/entry/src/main/
Dmodule.json77 "pathRegex":"query/.*/name", string
85 "pathRegex":"ccc", string
128 "pathRegex":"query/.*/name", string
137 "pathRegex":"ccc", string
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/sceneProject/unittest/system_module/entry/src/main/
Dmodule.json76 "pathRegex":"query/.*/name", string
84 "pathRegex":"ccc", string
127 "pathRegex":"query/.*/name", string
136 "pathRegex":"ccc", string
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dskill.h34 std::string pathRegex; member
Dextension_ability_info.h133 std::string pathRegex; member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dextension_ability_info.h81 std::string pathRegex; member
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
Dmount_manager.cpp1051 std::regex pathRegex("^[a-zA-Z0-9_/]+$"); in MountDfsDocs() local
1073 std::regex pathRegex("^[a-zA-Z0-9_/]+$"); in UMountDfsDocs() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
Ddaemon.cpp545 std::regex pathRegex("^[a-zA-Z0-9_\\-/\\\\]*$"); in CheckCopyRule() local