Home
last modified time | relevance | path

Searched refs:addedCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp244 constexpr uint8_t addedCount = 4; in DirectiveTest002() local
248 EXPECT_TRUE(size == addedCount); in DirectiveTest002()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c575 int32_t addedCount = 0; in UpdateTrustedDeviceForMetaNode() local
596 addedCount++; in UpdateTrustedDeviceForMetaNode()
609 if (addedCount > 0) { in UpdateTrustedDeviceForMetaNode()
611 deviceNum, addedCount); in UpdateTrustedDeviceForMetaNode()
676 int32_t addedCount = 0; in AddMultiMembersToGroup() local
687 addedCount++; in AddMultiMembersToGroup()
696 deviceNum, addedCount); in AddMultiMembersToGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c582 int32_t addedCount = 0; in AddMultiMembersToGroup() local
593 addedCount++; in AddMultiMembersToGroup()
602 deviceNum, addedCount); in AddMultiMembersToGroup()