Home
last modified time | relevance | path

Searched refs:subId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp52 auto subId = counterPattern->GetSubId(); in Create() local
56 auto subNode = CreateButtonChild(subId, sub, counterTheme); in Create()
121 auto subId = frameNode->GetPattern<CounterPattern>()->GetSubId(); in SetEnableDec() local
122 …= AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(subId))); in SetEnableDec()
183 auto subId = frameNode->GetPattern<CounterPattern>()->GetSubId(); in SetOnDec() local
184 …= AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(subId))); in SetOnDec()
204 int32_t subId = frameNode->GetPattern<CounterPattern>()->GetSubId(); in SetHeight() local
205 …= AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(subId))); in SetHeight()
253 auto subId = frameNode->GetPattern<CounterPattern>()->GetSubId(); in SetEnableDec() local
254 …= AceType::DynamicCast<FrameNode>(frameNode->GetChildAtIndex(frameNode->GetChildIndexById(subId))); in SetEnableDec()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp118 auto subId = pattern_->GetSubId(); variable
119 …AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildIndexById(subId)));
201 auto subId = pattern_->GetSubId(); variable
202 …AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildIndexById(subId)));
227 auto subId = pattern_->GetSubId(); variable
228 …AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildIndexById(subId)));
291 auto subId = pattern_->GetSubId(); variable
292 …AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(frameNode_->GetChildIndexById(subId)));
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp198 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const in GetEntries() argument
200 OHOS::DistributedKv::Key allEntryKeyPrefix(subId); in GetEntries()
247 std::string subId, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) in LoadDataByLocalFuzzyQuery() argument
256 TryTwice([this, &status, &allEntries, subId] { in LoadDataByLocalFuzzyQuery()
257 status = GetEntries(subId, allEntries); in LoadDataByLocalFuzzyQuery()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp77 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const in GetEntries() argument
200 std::string subId, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) in LoadDataByLocalFuzzyQuery() argument
203 if (subId == "com.example.ownermax#0") { in LoadDataByLocalFuzzyQuery()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h44 …ErrCode LoadDataByLocalFuzzyQuery(std::string subId, std::map<std::string, std::shared_ptr<IAccoun…
58 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.cpp63 int64_t subId; in Unmarshal() local
64 if (GetValue(node, GET_NAME(subscriberId), subId)) { in Unmarshal()
65 subscriberId = std::to_string(subId); in Unmarshal()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_ni_manager.cpp182 int32_t subId = want.GetIntParam("slotId", INVALID_SUBID); in IsFromDefaultSubId() local
189 LBSLOGD(GNSS, "current subId %{public}d, defaultSubId %{public}d", subId, defaultId); in IsFromDefaultSubId()
190 if (subId != INVALID_SUBID && subId != defaultId) { in IsFromDefaultSubId()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_record.h34 std::string subId; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp503 void *subId = nullptr; in GetRelation() local
505 …status = OhCloudExtVectorGet(pValues.get(), i, &subId, reinterpret_cast<unsigned int *>(&subIdLen)… in GetRelation()
506 if (status != ERRNO_SUCCESS || subId == nullptr) { in GetRelation()
509 uint64_t subscribeId = *reinterpret_cast<uint64_t *>(subId); in GetRelation()
547 uint32_t subId = std::stoul(it->second); in Unsubscribe() local
548 if (OhCloudExtVectorPush(relation, &subId, sizeof(uint32_t)) != ERRNO_SUCCESS) { in Unsubscribe()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp340 std::string subId = std::to_string(pid) + "_" + std::to_string(uid) + "_" + in SubscribeCommonEvent() local
343 eventRecordInfo.subId = subId; in SubscribeCommonEvent()
347 bundleName.c_str(), pid, uid, subscribeInfo.GetUserId(), instanceKey, subId.c_str(), in SubscribeCommonEvent()
H A Dcommon_event_control_manager.cpp221 … eventRecord->commonEventData->GetWant().GetAction().c_str(), vec->eventRecordInfo.subId.c_str()); in NotifyUnorderedEventLocked()
228 vec->eventRecordInfo.subId.c_str()); in NotifyUnorderedEventLocked()
245 … eventRecord->commonEventData->GetWant().GetAction().c_str(), vec->eventRecordInfo.subId.c_str()); in NotifyUnorderedEventLocked()
546 eventRecordPtr->receivers[index]->eventRecordInfo.subId.c_str()); in NotifyOrderedEvent()
H A Dcommon_event_subscriber_manager.cpp98 eventRecordInfo.subId.c_str(), in InsertSubscriber()
345 … EVENT_LOGI("Unsubscribe subscriberID: %{public}s", (*it)->eventRecordInfo.subId.c_str()); in RemoveSubscriberRecordLocked()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp239 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const in GetEntries() argument
241 OHOS::DistributedKv::Key allEntryKeyPrefix(subId); in GetEntries()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H A Ddlp_kv_data_storage.h51 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const;