/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mtp_set_object_prop_test.cpp | 35 auto storage = make_shared<Storage>(); variable 65 auto storage = make_shared<Storage>(); variable 85 auto storage = make_shared<Storage>(); variable 101 auto storage = make_shared<Storage>(); variable 120 auto storage = make_shared<Storage>(); variable 137 auto storage = make_shared<Storage>(); variable
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/ |
H A D | type_def.h | 158 uint32_t storage[(ffrt_task_attr_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member 162 uint32_t storage[(ffrt_queue_attr_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member 177 long storage; member 181 long storage; member 202 uint32_t storage[(ffrt_mutex_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member 206 uint32_t storage[(ffrt_cond_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 780 VirtualSingleVerSyncDBInterface storage; variable 861 VirtualSingleVerSyncDBInterface storage; variable 907 VirtualSingleVerSyncDBInterface storage; variable 934 VirtualSingleVerSyncDBInterface storage; variable 979 VirtualSingleVerSyncDBInterface storage; variable 1035 VirtualSingleVerSyncDBInterface storage; variable 1086 VirtualSingleVerSyncDBInterface storage; variable 1122 VirtualSingleVerSyncDBInterface storage; variable 1188 VirtualSingleVerSyncDBInterface storage; variable 1269 VirtualSingleVerSyncDBInterface storage; variable [all …]
|
H A D | mock_single_ver_kv_syncer.h | 44 void Init(ISyncEngine *engine, ISyncInterface *storage, bool init) in Init()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | memory_filesystem.cpp | 46 auto storage = pos->second.lock(); in OpenFile() local 59 auto storage = std::make_shared<MemoryFileStorage>(); in CreateFile() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/ |
H A D | embeddable_window_stage.js | 29 loadContent(url, storage, asyncCallback) { argument 33 loadContentByName(name, storage, asyncCallback) { argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync_utils.cpp | 24 void FillPermissionCheckParam(const SyncGenericInterface* storage, int mode, PermissionCheckParam &… in FillPermissionCheckParam() 93 …VerDataSyncUtils::RequestQueryCheck(const DataRequestPacket *packet, SyncGenericInterface *storage) in RequestQueryCheck() 117 const SecurityOption &remoteSecOption, SyncGenericInterface *storage) in IsPermitRemoteDeviceRecvData() 200 …ncUtils::RunPermissionCheck(SingleVerSyncTaskContext *context, const SyncGenericInterface* storage, in RunPermissionCheck() 207 …ncUtils::RunPermissionCheck(SingleVerSyncTaskContext *context, const SyncGenericInterface* storage, in RunPermissionCheck() 214 const ICommunicator *communicator, const SyncGenericInterface *storage) in CheckPermitReceiveData() 490 …const SyncGenericInterface* storage, const std::string &label, const DataRequestPacket *packet, in… in RunPermissionCheckInner() 523 const SyncGenericInterface &storage, std::shared_ptr<Metadata> &metadata) in RecordClientId() 540 …const SyncGenericInterface &storage, DataRequestPacket &packet, std::shared_ptr<Metadata> &metadat… in SetDataRequestCommonInfo()
|
H A D | single_ver_syncer.cpp | 35 ISyncInterface *storage = syncInterface_; in RemoteDeviceOffline() local 58 ISyncInterface *storage = nullptr; in EraseDeviceWaterMark() local
|
H A D | single_ver_kv_syncer.cpp | 94 ISyncInterface *storage = syncInterface_; in LocalDataChanged() local 317 auto storage = static_cast<SyncGenericInterface *>(syncInterface); in TriggerAddSubscribeAsync() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/ |
H A D | window_stage.js | 21 setUIContent(context, url, storage) { argument 25 loadContent(url, storage, asyncCallback) { argument 29 loadContentByName(name, storage, asyncCallback) { argument
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_storage_manager.cpp | 86 void MtpStorageManager::AddStorage(shared_ptr<Storage> &storage) in AddStorage() 98 void MtpStorageManager::RemoveStorage(std::shared_ptr<Storage> &storage) in RemoveStorage() 108 for (auto storage : storages) { in GetStorage() local
|
H A D | mtp_operation.cpp | 358 void MtpOperation::AddStorage(shared_ptr<Storage> &storage) in AddStorage() 366 void MtpOperation::RemoveStorage(std::shared_ptr<Storage> &storage) in RemoveStorage()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | root_scene_session.cpp | 25 … const std::string& contentUrl, napi_env env, napi_value storage, AbilityRuntime::Context* context) in LoadContent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 45 const std::shared_ptr<std::vector<uint8_t>>& content, napi_value storage) override { in Initialize() 49 napi_value storage) override { in InitializeByName() 55 …OHOS::Rosen::Window* window, const std::string& url, napi_value storage, uint32_t focusWindowId) o… in Initialize() 65 napi_value storage, ContentInfoType type) override { in Restore() 109 …void PreInitializeForm(OHOS::Rosen::Window* window, const std::string& url, napi_value storage) ov… in PreInitializeForm()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/test/resource/authority/ |
H A D | valid_authority.json | 6 "storage": 3, number
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | ohos_filesystem.cpp | 66 auto storage = pos->second.lock(); in OpenFile() local 73 auto storage = std::make_shared<OhosFileStorage>(nullptr); in OpenFile() local
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/ |
H A D | type_def_ext.h | 57 uint32_t storage[(ffrt_thread_attr_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member 71 long storage; member 116 uint32_t storage[(ffrt_rwlock_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)]; member
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_storage_ids_data.cpp | 44 for (auto storage : storages_) { in Maker() local
|
H A D | get_storage_info_data.cpp | 74 void GetStorageInfoData::SetStorage(const std::shared_ptr<Storage> &storage) in SetStorage()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_extented.cpp | 527 ArkUI_StyledString* storage = new ArkUI_StyledString; in OH_ArkUI_StyledString_Create() local 534 void OH_ArkUI_StyledString_Destroy(ArkUI_StyledString* storage) in OH_ArkUI_StyledString_Destroy() 557 void OH_ArkUI_StyledString_PushTextStyle(ArkUI_StyledString* storage, OH_Drawing_TextStyle* style) in OH_ArkUI_StyledString_PushTextStyle() 573 void OH_ArkUI_StyledString_AddText(ArkUI_StyledString* storage, const char* content) in OH_ArkUI_StyledString_AddText() 587 void OH_ArkUI_StyledString_PopTextStyle(ArkUI_StyledString* storage) in OH_ArkUI_StyledString_PopTextStyle() 596 OH_Drawing_Typography* OH_ArkUI_StyledString_CreateTypography(ArkUI_StyledString* storage) in OH_ArkUI_StyledString_CreateTypography() 604 void OH_ArkUI_StyledString_AddPlaceholder(ArkUI_StyledString* storage, OH_Drawing_PlaceholderSpan* … in OH_ArkUI_StyledString_AddPlaceholder()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
H A D | lib.rs | 57 storage: [u8; 128], field
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.cpp | 219 SyncGenericInterface *storage = static_cast<SyncGenericInterface *>(GetAndIncSyncInterface()); in CheckPermissions() local 260 RelationalDBSyncInterface *storage = static_cast<RelationalDBSyncInterface *>(syncInterface); in SendRemoteExecutorData() local 289 auto storage = GetAndIncSyncInterface(); in ReceiveRemoteExecutorAck() local 571 SyncGenericInterface *storage = static_cast<SyncGenericInterface *>(GetAndIncSyncInterface()); in ResponseStart() local 743 ISyncInterface *storage = GetAndIncSyncInterface(); in FillRequestPacket() local 939 int RemoteExecutor::ResponseRemoteQueryRequest(RelationalDBSyncInterface *storage, const PreparedSt… in ResponseRemoteQueryRequest() 979 int RemoteExecutor::CheckSecurityOption(ISyncInterface *storage, ICommunicator *communicator, in CheckSecurityOption() 1006 int RemoteExecutor::CheckRemoteRecvData(const std::string &device, SyncGenericInterface *storage, in CheckRemoteRecvData()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 75 auto storage = dataStorage_.lock(); in DeleteBundleInfoFromStorage() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/threading/ |
H A D | primitive_api.h | 34 char storage[40]; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_cache.cpp | 173 std::vector<StorageBlob> storage; in StoredToFile() local 217 std::vector<StorageBlob> storage = ReadStorageBlobFromFile(address); in LoadFromFile() local
|