Searched refs:authAccountType (Results 1 – 11 of 11) sorted by relevance
40 if (!(out.WriteUint8(this->authUserInfo_.authAccountType))) { in Marshalling()82 authUserInfoParcel->authUserInfo_.authAccountType = static_cast<DlpAccountType>(res); in Unmarshalling()
48 user.authAccountType = CLOUD_ACCOUNT; in NewUserSample()241 policy->authUsers_[0].authAccountType = INVALID_ACCOUNT;245 policy->authUsers_[0].authAccountType = APPLICATION_ACCOUNT;
106 user.authAccountType = OHOS::Security::DlpPermission::DlpAccountType::CLOUD_ACCOUNT; in NewUserSample()180 .authAccountType = OHOS::Security::DlpPermission::DlpAccountType::DOMAIN_ACCOUNT in GeneratePolicy()
57 perminfo.authAccountType = DOMAIN_ACCOUNT; in FuzzTest()
53 perminfo.authAccountType = DlpAccountType::DOMAIN_ACCOUNT; in FuzzTest()
79 DlpAccountType authAccountType = INVALID_ACCOUNT; member
80 CheckAccountType(info.authAccountType)); in CheckAuthUserInfo()
151 .authAccountType = CLOUD_ACCOUNT}; in GenerateRandProperty()372 ASSERT_EQ(authUsers[i].authAccountType, prop.authUsers[j].authAccountType);
184 userInfo.authAccountType = CLOUD_ACCOUNT; in DeserializeAuthUserInfo()
292 .authAccountType = DOMAIN_ACCOUNT}; in GeneratePolicy()1237 info.authAccountType = CLOUD_ACCOUNT;
1316 NAPI_CALL(env, napi_create_int64(env, item.authAccountType, &authAccountTypeJs)); in VectorAuthUserToJs()1557 userInfo.authAccountType = static_cast<DlpAccountType>(type); in GetVectorAuthUser()