/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 52 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 D | counter_test_ng.cpp | 118 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 D | account_data_storage.cpp | 198 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 D | account_data_storage.cpp | 77 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 D | account_data_storage.h | 44 …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 D | template_data.cpp | 63 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 D | agnss_ni_manager.cpp | 182 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 D | common_event_record.h | 34 std::string subId; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 503 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 D | inner_common_event_manager.cpp | 340 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 D | common_event_control_manager.cpp | 221 … 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 D | common_event_subscriber_manager.cpp | 98 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 D | dlp_kv_data_storage.cpp | 239 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 D | dlp_kv_data_storage.h | 51 std::string subId, std::vector<OHOS::DistributedKv::Entry> &allEntries) const;
|