Home
last modified time | relevance | path

Searched refs:permsList50 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_location_request_test.cpp2356 std::vector<PermissionListState> permsList50; variable
2357 permsList50.emplace_back(permVague50);
2358 permsList50.emplace_back(permAccurate50);
2359 permsList50.emplace_back(permBack50);
2360 permsList50.emplace_back(permSystem50);
2361 permsList50.emplace_back(permUser50);
2367 ASSERT_EQ(DYNAMIC_OPER, permsList50[0].state);
2368 ASSERT_EQ(DYNAMIC_OPER, permsList50[1].state);
2369 ASSERT_EQ(SETTING_OPER, permsList50[2].state);
2370 ASSERT_EQ(PASS_OPER, permsList50[3].state);
[all …]