/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | lazy_load_watcher.cpp | 19 LazyLoadWatcher(jerry_value_t nativeElement, jerry_value_t attrName, jerry_value_t getter, uint16_t keyId) LazyLoadWatcher() argument
|
H A D | lazy_load_manager.cpp | 94 AddLazyLoadWatcher(jerry_value_t nativeElement, jerry_value_t attrName, jerry_value_t getter, uint16_t keyId) AddLazyLoadWatcher() argument
|
/foundation/arkui/ui_lite/interfaces/kits/events/ |
H A D | key_event.h | 60 KeyEvent(uint16_t keyId, uint16_t state) : keyId_(keyId), state_(state) {} in KeyEvent() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_creator_manager_test.cpp | 74 string keyId = "";
in HWTEST_F() local 90 string keyId = "";
in HWTEST_F() local 106 string keyId = "";
in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/ |
H A D | image_creator_manager.cpp | 24 sptr<IConsumerSurface> ImageCreatorManager::GetSurfaceByKeyId(string keyId) in GetSurfaceByKeyId() argument 32 shared_ptr<ImageCreator> ImageCreatorManager::GetImageCreatorByKeyId(string keyId) in GetImageCreatorByKeyId() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/ |
H A D | image_receiver_manager.cpp | 34 shared_ptr<ImageReceiver> ImageReceiverManager::getImageReceiverByKeyId(string keyId) in getImageReceiverByKeyId() argument 38 sptr<Surface> ImageReceiverManager::getSurfaceByKeyId(string keyId) in getSurfaceByKeyId() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_user_info.h | 45 std::string keyId; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 45 std::string keyId = ""; in OnRegenerateAppKey() local
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_sync_helper.cpp | 54 string keyId = to_string(userId) + bundleName;
in RegisterTriggerSync() local 74 string keyId = to_string(userId) + bundleName;
in UnregisterRepeatingTriggerSync() local 90 string keyId = to_string(userId) + bundleName;
in OnTriggerSyncCallback() local
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/ |
H A D | native_cencinfo.cpp | 114 OH_AVErrCode OH_AVCencInfo_SetKeyIdAndIv(OH_AVCencInfo *cencInfo, uint8_t *keyId, in OH_AVCencInfo_SetKeyIdAndIv() argument
|
/foundation/multimedia/av_codec/test/unittest/avcenc_info_test/ |
H A D | cenc_info_capi_unit_test.cpp | 130 uint8_t keyId[] = { in HWTEST_F() local 154 uint8_t keyId[] = { in HWTEST_F() local 194 uint8_t keyId[] = { in HWTEST_F() local 218 uint8_t keyId[] = { in HWTEST_F() local 239 uint8_t keyId[] = { HWTEST_F() local 382 uint8_t keyId[] = { HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
H A D | storage_daemon_client_test.cpp | 308 std::string keyId = "keyId"; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/mock/ |
H A D | fscrypt_key_v1_ext_mock.cpp | 73 GenerateAppkey(uint32_t userId, uint32_t appUid, std::unique_ptr<uint8_t[]> &keyId, uint32_t size) GenerateAppkey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | fscrypt_key_v2_mock.cpp | 61 bool FscryptKeyV2::GenerateAppkey(uint32_t userId, uint32_t appUid, std::string &keyId) in GenerateAppkey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_stub_test.cpp | 858 string keyId = reply2.ReadString(); in HWTEST_F() local
|
H A D | storage_daemon_proxy_test.cpp | 647 std::string keyId; in HWTEST_F() local 676 std::string keyId; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/ |
H A D | filesystem_crypto_test.cpp | 476 std::string keyId = "keys"; // UserKeys type in HWTEST_F() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_item.cpp | 110 AppStyleItem *AppStyleItem::CreateStyleItem(uint16_t keyId, const jerry_value_t stylePropValue, uint8_t pseudoClassType) in CreateStyleItem() argument
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | event_injector.cpp | 244 bool EventInjector::SetKeyEvent(uint16_t keyId, uint16_t state) in SetKeyEvent() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | input_event_info.h | 50 uint16_t keyId; /* key type device use this param for touched key id */ member 58 uint16_t keyId; /* key type device use this param for touched key id */ member
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_manager_test.cpp | 118 AnimationId keyId = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 65 void RSModifierManager::RemoveAnimation(AnimationId keyId) in RemoveAnimation() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_animation_manager_test.cpp | 78 AnimationId keyId = 0; in HWTEST_F() local
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediadecryptmodule_service.h | 49 std::vector<uint8_t> keyId;
member
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v2.cpp | 145 GenerateAppkey(uint32_t userId, uint32_t hashId, std::string &keyId) GenerateAppkey() argument [all...] |