/base/customization/enterprise_device_management/services/edm/include/connection/ |
H A D | enterprise_bundle_connection.h | 27 bundleName_(bundleName), accountId_(accountId) {}
in EnterpriseBundleConnection() 50 int32_t accountId_ = 100;
member in OHOS::EDM::EnterpriseBundleConnection
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
H A D | enterprise_bundle_connection.cpp | 37 proxy_->OnBundleAdded(bundleName_, accountId_);
in OnAbilityConnectDone() 40 proxy_->OnBundleRemoved(bundleName_, accountId_);
in OnAbilityConnectDone()
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_create_domain_account_callback.cpp | 49 callback_->OnResult(errCode, newDomainInfo.accountName_, newDomainInfo.domain_, newDomainInfo.accountId_); in OnResult() 56 callback_->OnResult(errCode, newDomainInfo.accountName_, newDomainInfo.domain_, newDomainInfo.accountId_); in OnResult()
|
H A D | domain_account_client_mock_plugin_so_module_test.cpp | 203 callback_->OnResult(errCode, newDomainInfo.accountName_, newDomainInfo.domain_, newDomainInfo.accountId_);
in OnResult() 391 oldDomainInfo.accountId_ = "testAccountId";
in HWTEST_F() 396 newDomainInfo.accountId_ = "testAccountId2";
in HWTEST_F() 433 oldDomainInfo.accountId_ = "testAccountId";
in HWTEST_F() 438 newDomainInfo.accountId_ = "testAccountId2";
in HWTEST_F() 472 oldDomainInfo.accountId_ = "testAccountId";
in HWTEST_F() 477 newDomainInfo.accountId_ = "testAccountId2";
in HWTEST_F() 522 domainInfo.accountId_ = "testid";
in HWTEST_F() 545 domainInfo.accountId_ = "testid";
in HWTEST_F() 567 domainInfo.accountId_ in HWTEST_F() [all...] |
H A D | domain_account_client_module_test.cpp | 408 domainInfo.accountId_ = INVALID_STRING_ACCOUNTID;
in HWTEST_F() 559 domainInfo.accountId_ = INVALID_STRING_ACCOUNTID;
in HWTEST_F() 605 domainInfo.accountId_ = STRING_ACCOUNTID_NEW;
in HWTEST_F() 629 domainInfo.accountId_ = STRING_ACCOUNTID_NEW;
in HWTEST_F() 654 domainInfo.accountId_ = STRING_ACCOUNTID_NEW;
in HWTEST_F() 680 domainInfo.accountId_ = STRING_ACCOUNTID;
in HWTEST_F() 736 domainInfo.accountId_ = STRING_ACCOUNTID_NEW;
in HWTEST_F() 774 info.accountId_ = STRING_ACCOUNTID;
in HWTEST_F() 797 info.accountId_ = STRING_ACCOUNTID;
in HWTEST_F() 821 info.accountId_ in HWTEST_F() [all...] |
/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_common.cpp | 25 DomainAccountInfo::DomainAccountInfo() : domain_(""), accountName_(""), accountId_("") in DomainAccountInfo() 34 : domain_(domain), accountName_(domainAccountName), accountId_(accountId) in DomainAccountInfo() 39 : domain_(domain), accountName_(domainAccountName), accountId_(accountId), isAuthenticated(isAuthed), in DomainAccountInfo() 47 accountId_.clear(); in Clear() 60 if (!parcel.ReadString(accountId_)) { in ReadFromParcel() 85 if (!parcel.WriteString(accountId_)) { in Marshalling()
|
/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_manager_inner_service_test.cpp | 94 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 110 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 150 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 166 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 197 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 232 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 252 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 439 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 465 domainInfo.accountId_ = TEST_ACCOUNT_ID; in HWTEST_F() 483 domainInfo.accountId_ in HWTEST_F() [all...] |
/base/account/os_account/interfaces/kits/napi/domain_account/src/ |
H A D | napi_domain_account_common.cpp | 41 if (!GetOptionalStringPropertyByKey(env, object, "accountId", info.accountId_)) { in ParseDomainAccountInfo()
|
/base/account/os_account/test/fuzztest/osaccount/getaccountserverconfig_fuzzer/ |
H A D | getaccountserverconfig_fuzzer.cpp | 39 info.accountId_ = accoutId; in GetAccountServerConfigFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procisauthenticationexpiredstub_fuzzer/ |
H A D | procisauthenticationexpiredstub_fuzzer.cpp | 50 info.accountId_ = fuzzData.GenerateRandomString(); in ProcIsAuthenticationExpiredStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procupdateaccountinfostub_fuzzer/ |
H A D | procupdateaccountinfostub_fuzzer.cpp | 49 info.accountId_ = fuzzData.GenerateRandomString(); in ProcUpdateAccountInfoStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procgetaccountserverconfigstub_fuzzer/ |
H A D | procgetaccountserverconfigstub_fuzzer.cpp | 42 info.accountId_ = fuzzData.GenerateRandomString(); in ProcGetAccountServerConfigStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procaddserverconfigstub_fuzzer/ |
H A D | procaddserverconfigstub_fuzzer.cpp | 88 info.accountId_ = fuzzData.GenerateRandomString(); in ProcGetAccountStatusStubFuzzTest() 122 info.accountId_ = fuzzData.GenerateRandomString(); in ProcGetDomainAccessTokenStubFuzzTest() 231 info.accountId_ = fuzzData.GenerateRandomString(); in ProcUpdateAccountTokenStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procgetdomainaccountinfostub_fuzzer/ |
H A D | procgetdomainaccountinfostub_fuzzer.cpp | 64 info.accountId_ = fuzzData.GenerateRandomString(); in ProcGetDomainAccountInfoStubFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/prochasdomainaccountstub_fuzzer/ |
H A D | prochasdomainaccountstub_fuzzer.cpp | 64 info.accountId_ = fuzzData.GenerateRandomString(); in ProcHasDomainAccountStubFuzzTest()
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_has_domain_info_callback.cpp | 48 info.accountId_ = parameters->GetStringParam("accountId"); in OnResult()
|
/base/account/os_account/interfaces/kits/cj/osaccount/src/ |
H A D | osaccount_manager_impl.cpp | 103 domainInfo.accountId_ = domain; in GetOsAccountLocalIdForDomain()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_domain_account_callback.cpp | 58 domainAccountInfo.accountId_ = parameters->GetStringParam("accountId"); in OnResult()
|
H A D | inner_os_account_manager.cpp | 622 if ((!info.accountId_.empty() && curInfo.accountId_ == info.accountId_) || in RetryToGetAccount() 748 if (!curDomainInfo.accountId_.empty()) { in RetryToGetAccount() 788 if (!domainAccountInfo.accountId_.empty()) { in RetryToGetAccount() 1379 return (((!domainInfoSrc.accountId_.empty()) && (domainInfoSrc.accountId_ == domainInfoTar.accountId_)) || in RetryToGetAccount() 1710 if (domainInfo.accountId_.empty() && (osAccountInfo.GetCredentialId() == 0)) { in RetryToGetAccount() 2235 if (!newDomainAccountInfo.accountId_ in RetryToGetAccount() [all...] |
/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_common.h | 70 std::string accountId_;
member in OHOS::AccountSA::DomainAccountInfo
|
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | account_adapt.cpp | 117 info.accountId_ = account; in IsAccountLogIn()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_base.cpp | 43 ringEndTime_(0), answerType_(CallAnswerType::CALL_ANSWER_MISSED), accountId_(info.accountId), in CallBase() 59 accountId_(info.accountId), crsType_(info.crsType), originalCallType_(info.originalCallType), isMuted_(false), in CallBase() 153 info.accountId = accountId_; in GetCallAttributeBaseInfo() 436 return accountId_; in GetAccountId()
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_base.h | 178 int32_t accountId_; member in OHOS::Telephony::CallBase
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 278 {DOMAIN_ACCOUNT_ID, domainInfo_.accountId_}, in ToJson() 311 typeJson, typeJson.end(), DOMAIN_ACCOUNT_ID, domainInfo_.accountId_, OHOS::AccountSA::JsonType::STRING); in GetDomainInfoFromJson()
|
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 343 NAPI_CALL(env, napi_create_string_utf8(env, info.accountId_.c_str(), info.accountId_.size(), &value)); in CreateJsDomainInfo()
|