Home
last modified time | relevance | path

Searched refs:OWNER (Results 1 - 20 of 20) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp39 const std::string OWNER = "owner"; member
171 result = g_accountManagerService->GetAuthenticatorInfo(OWNER, info); in HWTEST_F()
175 result = g_accountManagerService->GetAllOAuthTokens(STRING_NAME, OWNER, tokenInfos); in HWTEST_F()
200 result = g_accountManagerService->GetAllAccounts(OWNER, appAccounts); in HWTEST_F()
206 result = g_accountManagerService->QueryAllAccessibleAccounts(OWNER, appAccounts); in HWTEST_F()
221 result = g_accountManagerService->VerifyCredential(STRING_NAME, OWNER, options, nullptr); in HWTEST_F()
225 result = g_accountManagerService->CheckAccountLabels(STRING_NAME, OWNER, labels, nullptr); in HWTEST_F()
229 result = g_accountManagerService->SetAuthenticatorProperties(OWNER, setOptions, nullptr); in HWTEST_F()
H A Dapp_account_check_labels_module_test.cpp38 const std::string OWNER = "owner"; member
68 AppAccountInfo testAppAccountInfo(NAME, OWNER); in SetUp()
109 AppAccountInfo testAppAccountInfo(NAME, OWNER); in HWTEST_F()
/base/security/asset/services/db_operator/src/
H A Ddatabase_file_upgrade.rs101 let owner_info = info_map.get_bytes_attr(&column::OWNER)?; in get_new_db()
127 let owner_info = info_map.get_bytes_attr(&column::OWNER)?; in construct_old_query_condition()
128 old_data_query_condition.insert(column::OWNER, Value::Bytes(owner_info.clone())); in construct_old_query_condition()
151 condition.insert(column::OWNER, get_value_from_db_map(data, column::OWNER)?); in migrate_data()
170 old_db.query_datas(&vec![column::OWNER_TYPE, column::OWNER], &empty_condition, None, false)?; in split_db()
H A Ddatabase.rs363 column::OWNER, in upgrade_key_alias()
376 let owner_info = query_result.get_bytes_attr(&column::OWNER)?; in upgrade_key_alias()
469 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
483 query.insert_attr(column::OWNER, datas.get_bytes_attr(&column::OWNER)?.clone()); in insert_datas()
506 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
548 /// cond.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
572 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
596 /// cond.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
626 /// cond.insert(column::OWNER, Valu
[all...]
H A Dtypes.rs52 pub const OWNER: &str = "Owner"; consts
121 ColumnInfo { name: column::OWNER, data_type: DataType::Bytes, is_primary_key: false, not_null: true },
/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs76 db_data.insert(column::OWNER, Value::Bytes(column::OWNER.as_bytes().to_vec())); in add_bytes_column()
155 &DbMap::from([(column::OWNER, Value::Bytes(column::OWNER.as_bytes().to_vec()))]), in insert_data_with_different_alias()
169 datas.insert(column::OWNER, Value::Bytes(column::OWNER.as_bytes().to_vec())); in delete_data()
189 datas.insert(column::OWNER, Value::Bytes(column::OWNER.as_bytes().to_vec())); in update_data()
236 &DbMap::from([(column::OWNER, Value::Bytes(column::OWNER in query_ordered_data()
[all...]
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h34 constexpr const char *OWNER = "owner"; member
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dstore_define.h34 constexpr const char *OWNER = "owner"; member
/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h34 constexpr const char *OWNER = "owner"; member
/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h34 constexpr const char *OWNER = "owner"; member
/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h34 constexpr const char *OWNER = "owner"; member
/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs59 column::OWNER,
132 db_data.insert(column::OWNER, Value::Bytes(calling_info.owner_info().clone()));
H A Doperation_add.rs75 query.insert(column::OWNER, Value::Bytes(calling_info.owner_info().clone())); in get_query_condition()
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp173 predicates.Contains(OWNER, owner); in QueryEventByOwner()
339 values.PutString(OWNER, event.owner); in SetValuesBucket()
355 table.append(OWNER).append(" TEXT NOT NULL, "); in CreateTable()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp29 const std::string OWNER = "owner"; member
571 {OWNER, owner_}, in ToJson()
611 jsonObject, jsonObjectEnd, OWNER, owner_, OHOS::AccountSA::JsonType::STRING); in FromJson()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h127 OWNER, enumerator
/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs113 delete_cond.insert(column::OWNER, Value::Bytes(owner.clone())); in delete_on_package_removed()
/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs115 let owner = attributes.get_bytes_attr(&column::OWNER).map_err(|e| e.code as u32)?; in get_db_name()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp974 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE }; in GetAuthTokenInternal()
1069 PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE, PropertyType::TOKEN }; in DeleteAuthTokenInternal()
1218 std::vector<PropertyType> propertyList = { PropertyType::OWNER }; in QueryAuthenticatorInfoInternal()
1266 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER }; in GetAllAuthTokensInternal()
H A Dnapi_app_account_common.cpp30 "Parameter error. The type of \"owner\" must be string", // index equals to PropertyType::OWNER value
640 case PropertyType::OWNER : in ParseContextOAuthProperty()
704 case PropertyType::OWNER : in ParseAppAccountProperty()

Completed in 15 milliseconds