/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | xattrndk.cpp | 52 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in Lgetxattr() local 53 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Lgetxattr() 79 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in Setxattr() local 80 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Setxattr() 100 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in Getxattr() local 101 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Getxattr() 127 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in Listxattr() local 128 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Listxattr() 155 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in LListxattr() local 156 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in LListxattr() [all …]
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | test.cpp | 273 const char *perms[2]; in QueryRemoteDeviceInfo() local 274 perms[0] = OHOS_PERMISSION_DISTRIBUTED_SOFTBUS_CENTER; in QueryRemoteDeviceInfo() 275 perms[1] = OHOS_PERMISSION_DISTRIBUTED_DATASYNC; in QueryRemoteDeviceInfo() 281 .perms = perms, in QueryRemoteDeviceInfo()
|
/test/xts/hats/hdf/external_device_manager/driver_extension_controller/ |
D | driver_extension_controller_test.cpp | 73 .perms = nullptr, 84 .perms = nullptr,
|
/test/xts/tools/sample/ServerSampleE/java/db/ |
D | oh-sample.sql | 171 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 172 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 173 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 174 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 175 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 176 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 177 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s…
|
/test/xts/tools/sample/ServerSampleD/java/db/ |
D | oh-sample.sql | 171 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 172 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 173 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 174 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 175 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 176 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s… 177 …rl`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `s…
|
/test/xts/dcts/communication/softbus_standard/common/ |
D | net_trans_common.c | 1385 const char *perms[2]; in AddPermission() local 1386 perms[0] = OHOS_PERMISSION_DISTRIBUTED_SOFTBUS_CENTER; in AddPermission() 1387 perms[1] = OHOS_PERMISSION_DISTRIBUTED_DATASYNC; in AddPermission() 1393 .perms = perms, in AddPermission()
|