/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_has_domain_info_callback.cpp | 25 : innerCallback_(callback), domain_(domain), accountName_(accountName) in DomainHasDomainInfoCallback() 47 info.domain_ = parameters->GetStringParam("domain"); in OnResult() 49 if ((info.domain_ != domain_) || (info.accountName_ != accountName_)) { in OnResult()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | rule_cluster.h | 31 FreezeResult() : window_(0), code_(0), scope_(""), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult() 33 : window_(window), code_(0), scope_(""), samePackage_(""), domain_(domain), stringId_(stringId), in FreezeResult() 36 : window_(0), code_(code), scope_(scope), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult() 55 std::string domain_; member in OHOS::HiviewDFX::FreezeResult 62 FreezeRule() : domain_(""), stringId_("") {}; in FreezeRule() 64 : domain_(domain), stringId_(stringId) {}; in FreezeRule() 80 std::string domain_; member in OHOS::HiviewDFX::FreezeRule
|
H A D | watch_point.cpp | 23 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in WatchPoint() 33 domain_(builder.domain_), in WatchPoint() 46 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in Builder() 84 domain_ = domain; in InitDomain() 169 return domain_; in GetDomain()
|
H A D | freeze_detector_plugin.cpp | 131 .InitDomain(event.domain_) in MakeWatchPoint() 146 " packageName=%{public}s, processName=%{public}s, logPath=%{public}s.", event.domain_.c_str(), in MakeWatchPoint() 181 event.eventId_, event.domain_.c_str(), event.eventName_.c_str(), decodedEvent.AsJsonStr().c_str()); in OnEventListeningCallback() 186 if (!freezeCommon_->IsFreezeEvent(event.domain_, event.eventName_)) { in OnEventListeningCallback() 192 event.domain_.c_str(), event.eventName_.c_str()); in OnEventListeningCallback()
|
H A D | watch_point.h | 52 std::string domain_; member in OHOS::HiviewDFX::WatchPoint::Builder 93 std::string domain_; member in OHOS::HiviewDFX::WatchPoint
|
/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_common.cpp | 25 DomainAccountInfo::DomainAccountInfo() : domain_(""), accountName_(""), accountId_("") in DomainAccountInfo() 29 : domain_(domain), accountName_(domainAccountName) in DomainAccountInfo() 34 : domain_(domain), accountName_(domainAccountName), accountId_(accountId) in DomainAccountInfo() 39 : domain_(domain), accountName_(domainAccountName), accountId_(accountId), isAuthenticated(isAuthed), in DomainAccountInfo() 45 domain_.clear(); in Clear() 56 if (!parcel.ReadString(domain_)) { in ReadFromParcel() 81 if (!parcel.WriteString(domain_)) { in Marshalling() 219 :parameters_(parameters), id_(id), domain_(domain) in DomainServerConfig() 232 if (!parcel.ReadString(domain_)) { in ReadFromParcel() 249 if (!parcel.WriteString(domain_)) { in Marshalling() [all...] |
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 104 event->domain_.c_str(), event->eventName_.c_str(), happenTime, delayTime);
in CheckIfEventDelayed() 213 if (dispathRule->FindEvent(event->domain_, event->eventName_)) {
in PublishPipelineEvent() 243 sysEventStat_->AccumulateEvent(sysEvent->domain_, sysEvent->eventName_, false);
in CheckEvent() 246 if (FocusedEventUtil::IsFocusedEvent(sysEvent->domain_, sysEvent->eventName_)) {
in CheckEvent() 248 sysEvent->domain_.c_str(), sysEvent->eventName_.c_str(), event->happenTime_);
in CheckEvent() 251 sysEvent->domain_.c_str(), sysEvent->eventName_.c_str(), event->happenTime_);
in CheckEvent() 307 if (event->domain_.empty() || event->eventName_.empty()) {
in IsValidSysEvent() 309 event->domain_.c_str(), event->eventName_.c_str());
in IsValidSysEvent() 312 auto baseInfo = sysEventParser_->GetDefinedBaseInfoByDomainName(event->domain_, event->eventName_);
in IsValidSysEvent() 315 event->domain_ in IsValidSysEvent() [all...] |
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_plugin.cpp | 56 if ((info.domain_ == STRING_DOMAIN_NEW)) {
in AuthCommonInterface() 60 if ((info.domain_ != VALID_DOMAIN) || (info.accountName_ != VALID_ACCOUNT_NAME)) {
in AuthCommonInterface() 118 if ((info.accountName_ == VALID_ACCOUNT_NAME) && (info.domain_ == VALID_DOMAIN)) {
in GetAuthStatusInfo() 136 parameters.SetParam("domain", OHOS::AAFwk::String::Box(options.accountInfo.domain_));
in GetDomainAccountInfo() 144 parameters.SetParam("domain", OHOS::AAFwk::String::Box(options.accountInfo.domain_));
in GetDomainAccountInfo() 152 parameters.SetParam("domain", OHOS::AAFwk::String::Box(options.accountInfo.domain_));
in GetDomainAccountInfo() 160 parameters.SetParam("domain", OHOS::AAFwk::String::Box(options.accountInfo.domain_));
in GetDomainAccountInfo() 168 parameters.SetParam("domain", OHOS::AAFwk::String::Box(options.accountInfo.domain_));
in GetDomainAccountInfo()
|
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() 390 oldDomainInfo.domain_ = "test.example.com";
in HWTEST_F() 395 newDomainInfo.domain_ = "test.example.com";
in HWTEST_F() 432 oldDomainInfo.domain_ = "test.example.com";
in HWTEST_F() 437 newDomainInfo.domain_ = "test.example.com";
in HWTEST_F() 471 oldDomainInfo.domain_ = "test.example.com";
in HWTEST_F() 476 newDomainInfo.domain_ = "test.example1.com";
in HWTEST_F() 521 domainInfo.domain_ = "test.example.com";
in HWTEST_F() 544 domainInfo.domain_ = "test.example.com";
in HWTEST_F() 566 domainInfo.domain_ in HWTEST_F() [all...] |
H A D | domain_account_client_module_test.cpp | 232 info.domain_ = STRING_DOMAIN;
in HWTEST_F() 255 info.domain_ = STRING_DOMAIN;
in HWTEST_F() 270 info.domain_ = INVALID_STRING_DOMAIN;
in HWTEST_F() 295 info.domain_ = STRING_DOMAIN;
in HWTEST_F() 318 info.domain_ = STRING_DOMAIN;
in HWTEST_F() 349 info.domain_ = STRING_DOMAIN;
in HWTEST_F() 407 domainInfo.domain_ = STRING_DOMAIN;
in HWTEST_F() 558 domainInfo.domain_ = STRING_DOMAIN;
in HWTEST_F() 604 domainInfo.domain_ = INVALID_STRING_DOMAIN;
in HWTEST_F() 628 domainInfo.domain_ in HWTEST_F() [all...] |
/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_manager_inner_service_test.cpp | 93 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 109 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 149 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 165 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 196 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 216 options.accountInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 231 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 251 domainInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 275 options.accountInfo.domain_ = TEST_DOMAIN; in HWTEST_F() 402 options.accountInfo.domain_ in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | event_logger_plugin_test.cpp | 102 event->domain_ = "FRAMEWORK"; in HWTEST_F() 117 auto jsonStr = "{\"domain_\":\"RELIABILITY\"}"; in HWTEST_F() 120 event->domain_ = "FRAMEWORK"; in HWTEST_F() 136 auto jsonStr = "{\"domain_\":\"RELIABILITY\"}"; in HWTEST_F() 139 event->domain_ = "FRAMEWORK"; in HWTEST_F()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_test.cpp | 202 checkValid = (domainInfo.domain_ == STRING_DOMAIN_VALID); in HWTEST_F() 208 checkValid = (domainInfo.domain_ == ""); in HWTEST_F() 229 checkValid = (getDomainInfo.domain_ == domainInfo.domain_); in HWTEST_F() 293 domainInfo.domain_ = STRING_DOMAIN_NAME_OUT_OF_RANGE; in HWTEST_F() 331 domainInfo.domain_ = STRING_DOMAIN_NAME_OUT_OF_RANGE; in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/event_store/ |
H A D | sys_event_store.cpp | 111 if (FocusedEventUtil::IsFocusedEvent(sysEvent->domain_, sysEvent->eventName_)) { in OnEvent() 113 sysEvent->domain_.c_str(), sysEvent->eventName_.c_str(), eventSeq); in OnEvent()
|
/base/account/os_account/services/accountmgr/include/domain_account/ |
H A D | domain_has_domain_info_callback.h | 36 std::string domain_; member in OHOS::AccountSA::final
|
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
H A D | event_read_handler.cpp | 137 auto item = std::make_shared<CachedEvent>(eventVersion, iter->domain_, iter->eventName_, in HandleQueryResult() 139 if (FocusedEventUtil::IsFocusedEvent(iter->domain_, iter->eventName_)) { in HandleQueryResult() 140 HIVIEW_LOGI("queried event: [%{public}s|%{public}s|%{public}" PRIu64 "]", iter->domain_.c_str(), in HandleQueryResult()
|
/base/hiviewdfx/hiview/plugins/privacy_controller/ |
H A D | privacy_controller.cpp | 57 sysEvent->domain_.c_str(), sysEvent->eventName_.c_str());
in OnEvent()
|
/base/account/os_account/interfaces/kits/napi/domain_account/src/ |
H A D | napi_domain_account_common.cpp | 33 if (!GetStringPropertyByKey(env, object, "domain", info.domain_)) { in ParseDomainAccountInfo()
|
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
H A D | mock_inner_os_account_manager.cpp | 39 domainInfo.domain_ = TEST_DOMAIN; in QueryOsAccountById()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_domain_account_callback.cpp | 57 domainAccountInfo.domain_ = parameters->GetStringParam("domain"); in OnResult() 60 if ((domainAccountInfo.accountName_.empty()) || (domainAccountInfo.domain_.empty())) { in OnResult()
|
/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_common.h | 68 std::string domain_;
member in OHOS::AccountSA::DomainAccountInfo 100 std::string domain_ = "";
member in OHOS::AccountSA::DomainServerConfig
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/ |
H A D | hisysevent_operation.cpp | 71 if (!StringFilter::GetInstance().IsValidName(eventBase.domain_, MAX_DOMAIN_LENGTH)) { in CombineBaseInfo() 79 AppendData(eventBase, "domain_", eventBase.domain_); in CombineBaseInfo()
|
/base/account/os_account/test/fuzztest/osaccount/getaccountserverconfig_fuzzer/ |
H A D | getaccountserverconfig_fuzzer.cpp | 41 info.domain_ = domain; in GetAccountServerConfigFuzzTest()
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procisauthenticationexpiredstub_fuzzer/ |
H A D | procisauthenticationexpiredstub_fuzzer.cpp | 48 info.domain_ = fuzzData.GenerateRandomString(); in ProcIsAuthenticationExpiredStubFuzzTest()
|