Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 86) sorted by relevance

1234

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_set_object_prop_test.cpp35 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 Dtype_def.h158 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 Ddistributeddb_single_ver_p2p_query_sync_test.cpp780 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 Dmock_single_ver_kv_syncer.h44 void Init(ISyncEngine *engine, ISyncInterface *storage, bool init) in Init()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_filesystem.cpp46 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 Dembeddable_window_stage.js29 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 Dsingle_ver_data_sync_utils.cpp24 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()
490const SyncGenericInterface* storage, const std::string &label, const DataRequestPacket *packet, in… in RunPermissionCheckInner()
523 const SyncGenericInterface &storage, std::shared_ptr<Metadata> &metadata) in RecordClientId()
540const SyncGenericInterface &storage, DataRequestPacket &packet, std::shared_ptr<Metadata> &metadat… in SetDataRequestCommonInfo()
H A Dsingle_ver_syncer.cpp35 ISyncInterface *storage = syncInterface_; in RemoteDeviceOffline() local
58 ISyncInterface *storage = nullptr; in EraseDeviceWaterMark() local
H A Dsingle_ver_kv_syncer.cpp94 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 Dwindow_stage.js21 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 Dmtp_storage_manager.cpp86 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 Dmtp_operation.cpp358 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 Droot_scene_session.cpp25 … 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 Dui_content_impl.h45 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 Dvalid_authority.json6 "storage": 3, number
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp66 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 Dtype_def_ext.h57 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 Dget_storage_ids_data.cpp44 for (auto storage : storages_) { in Maker() local
H A Dget_storage_info_data.cpp74 void GetStorageInfoData::SetStorage(const std::shared_ptr<Storage> &storage) in SetStorage()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp527 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 Dlib.rs57 storage: [u8; 128], field
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp219 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 Dbundle_exception_handler.cpp75 auto storage = dataStorage_.lock(); in DeleteBundleInfoFromStorage() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/threading/
H A Dprimitive_api.h34 char storage[40]; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp173 std::vector<StorageBlob> storage; in StoredToFile() local
217 std::vector<StorageBlob> storage = ReadStorageBlobFromFile(address); in LoadFromFile() local

1234