Home
last modified time | relevance | path

Searched refs:domain_ (Results 1 - 25 of 84) sorted by relevance

1234

/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_has_domain_info_callback.cpp25 : 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 Drule_cluster.h31 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 Dwatch_point.cpp23 : 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 Dfreeze_detector_plugin.cpp131 .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 Dwatch_point.h52 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 Ddomain_account_common.cpp25 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 Dsysevent_source.cpp104 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 Dmock_domain_plugin.cpp56 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 Dmock_domain_create_domain_account_callback.cpp49 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 Ddomain_account_client_mock_plugin_so_module_test.cpp203 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 Ddomain_account_client_module_test.cpp232 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 Ddomain_account_manager_inner_service_test.cpp93 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 Devent_logger_plugin_test.cpp102 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 Dos_account_test.cpp202 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 Dsys_event_store.cpp111 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 Ddomain_has_domain_info_callback.h36 std::string domain_; member in OHOS::AccountSA::final
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Devent_read_handler.cpp137 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 Dprivacy_controller.cpp57 sysEvent->domain_.c_str(), sysEvent->eventName_.c_str()); in OnEvent()
/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_common.cpp33 if (!GetStringPropertyByKey(env, object, "domain", info.domain_)) { in ParseDomainAccountInfo()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_inner_os_account_manager.cpp39 domainInfo.domain_ = TEST_DOMAIN; in QueryOsAccountById()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_domain_account_callback.cpp57 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 Ddomain_account_common.h68 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 Dhisysevent_operation.cpp71 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 Dgetaccountserverconfig_fuzzer.cpp41 info.domain_ = domain; in GetAccountServerConfigFuzzTest()
/base/account/os_account/test/fuzztest/domainaccount_stub/procisauthenticationexpiredstub_fuzzer/
H A Dprocisauthenticationexpiredstub_fuzzer.cpp48 info.domain_ = fuzzData.GenerateRandomString(); in ProcIsAuthenticationExpiredStubFuzzTest()

Completed in 15 milliseconds

1234