Home
last modified time | relevance | path

Searched defs:indexKey (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp97 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 Dindexer_component.cpp296 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 Dswiper_tdd_test.cpp94 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 Dpseudonym_manager.c34 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 Dlist_item_component.h209 void SetIndexKey(const std::string& indexKey) in SetIndexKey()
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c1074 const char *indexKey = NULL; in IpcServiceGaGetPseudonymId() local
H A Dipc_sdk.c1656 static int32_t IpcGaGetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in IpcGaGetPseudonymId()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1211 static int32_t GetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in GetPseudonymId()