Searched defs:indexKey (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.cpp | 97 uint32_t IndexerItemComponent::AddIndexKey(const std::string& indexKey) in AddIndexKey() 145 uint32_t IndexerItemComponent::AddIndexKeyForSharp(const std::string& indexKey) in AddIndexKeyForSharp() 189 bool IndexerItemComponent::RemoveIndexKey(const std::string& indexKey) in RemoveIndexKey() 224 bool IndexerItemComponent::RemoveIndexKeyForSharp(const std::string& indexKey) in RemoveIndexKeyForSharp()
|
H A D | indexer_component.cpp | 296 RefPtr<IndexerItemComponent> IndexerComponent::GetIndexerItem(const std::string& indexKey) in GetIndexerItem() 315 int32_t IndexerComponent::AddItemIndexKey(const std::string& indexKey, const std::string& headStyle) in AddItemIndexKey() 351 int32_t IndexerComponent::AddItemToSharp(const std::string& indexKey, const std::string& headStyle) in AddItemToSharp() 465 bool IndexerComponent::RemoveItemIndexKey(const std::string& indexKey) in RemoveItemIndexKey() 503 bool IndexerComponent::RemoveItemFromSharp(const std::string& indexKey) in RemoveItemFromSharp() 539 int32_t IndexerComponent::GetSectionIndexInList(const std::string& indexKey) in GetSectionIndexInList()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | swiper_tdd_test.cpp | 94 jerry_value_t indexKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("index")); in ComponentSwiperAttributeSetTest001() local 180 jerry_value_t indexKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("index")); in ComponentSwiperAttributeSetTest002() local 206 jerry_value_t indexKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("index")); in ComponentSwiperAttributeSetTest003() local 240 jerry_value_t indexKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("index")); in ComponentSwiperAttributeSetTest004() local 293 jerry_value_t indexKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>("index")); in ComponentSwiperAttributeSetTest005() local
|
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/ |
H A D | pseudonym_manager.c | 34 char *indexKey; member 120 const char *indexKey = GetStringFromJson(pseudonymJson, FIELD_INDEX_KEY); in GeneratePseudonymInfoFromJson() local 632 static int32_t GetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in GetPseudonymId() 694 const char *indexKey) in BuildPseudonymInfoEntry() 712 const char *indexKey) in SavePseudonymId() 763 static int32_t DeletePseudonymId(int32_t osAccountId, const char *indexKey) in DeletePseudonymId() 787 static bool IsNeedRefreshPseudonymId(int32_t osAccountId, const char *indexKey) in IsNeedRefreshPseudonymId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 209 void SetIndexKey(const std::string& indexKey) in SetIndexKey()
|
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 1074 const char *indexKey = NULL; in IpcServiceGaGetPseudonymId() local
|
H A D | ipc_sdk.c | 1656 static int32_t IpcGaGetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in IpcGaGetPseudonymId()
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 1211 static int32_t GetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in GetPseudonymId()
|