Home
last modified time | relevance | path

Searched refs:destName (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp140 void Text::SetFont(const char* name, uint8_t size, char*& destName, uint8_t& destSize) in SetFont() argument
149 if (destName != nullptr) { in SetFont()
150 if (strcmp(destName, name) == 0) { in SetFont()
154 UIFree(destName); in SetFont()
155 destName = nullptr; in SetFont()
159 destName = static_cast<char*>(UIMalloc(++nameLen)); in SetFont()
160 if (destName == nullptr) { in SetFont()
163 if (memcpy_s(destName, nameLen, name, nameLen) != EOK) { in SetFont()
164 UIFree(destName); in SetFont()
165 destName = nullptr; in SetFont()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_extractor_util.cpp221 char destName[PATH_LENGTH] = { 0 }; in HasWrittenFile() local
222 if (sprintf_s(destName, PATH_LENGTH, "%s%s/%s", installPath, path, filename) < 0) { in HasWrittenFile()
227 if (!HasCopiedData(destName, fp, size)) { in HasWrittenFile()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dsoftbus_event_converter.h55 static inline bool CopyString(char *destName, const char *srcName, size_t maxLen) in CopyString() argument
57 if (strcpy_s(destName, maxLen, srcName) != EOK) { in CopyString()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.h193 int Copy(const std::u16string &srcName, const std::u16string &destName);
201 int Move(const std::u16string &srcName, const std::u16string &destName);
H A Dobex_client.cpp472 int ObexClient::Copy(const std::u16string &srcName, const std::u16string &destName) in Copy() argument
480 int ObexClient::Move(const std::u16string &srcName, const std::u16string &destName) in Move() argument
H A Dobex_headers.h457 void AppendItemDestName(const std::u16string &destName);
H A Dobex_headers.cpp619 void ObexHeader::AppendItemDestName(const std::u16string &destName) in AppendItemDestName() argument
621 AppendUnicode(ObexHeader::DEST_NAME, destName); in AppendItemDestName()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-distributed-data.md89 | ohos.data.rdb | RdbStore | backup(destName: string, callback: AsyncCallback\<void>): void;<br>bac…
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp393 std::string destName = GetFileName(srcImage); in RestoreOriginalFile() local
394 std::string destImage = targetPath + "/" + destName; in RestoreOriginalFile()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.21/
H A Dchangelogs-distributeddatamgr.md134 - backup(destName: string, callback: AsyncCallback<void>): void;
135 - backup(destName: string): Promise<void>;
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-distributed-data.md89 | ohos.data.rdb | RdbStore | backup(destName:string, callback: AsyncCallback\<void>):void;<br>backu…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h73 int32_t Backup(const char* destName);
H A Drelational_store_ffi.h163 FFI_EXPORT int32_t FfiOHOSRelationalStoreBackUp(int64_t id, const char* destName);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp167 int32_t RdbStoreImpl::Backup(const char* destName) in Backup() argument
169 return rdbStore_->Backup(destName, newKey); in Backup()
H A Drelational_store_ffi.cpp462 int32_t FfiOHOSRelationalStoreBackUp(int64_t id, const char* destName) in FfiOHOSRelationalStoreBackUp() argument
468 return nativeRdbStore->Backup(destName); in FfiOHOSRelationalStoreBackUp()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h253 static void SetFont(const char* name, uint8_t size, char*& destName, uint8_t& destSize);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-distributed-data.md275 …ore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:Rdb…
276 …变化|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>旧版本信息:401|类名:RdbStore;<br>方…
366 …Store;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:RdbS…
367 …力有变化|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>旧版本信息:|类名:RdbStore;<br>方法…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-distributed-data.md46 |新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: backup(destName: string, callbac…
47 |新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: backup(destName: string): Promis…
227 …V9<br>方法 or 属性:backup(destName: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:RdbSt…
228 …类名:RdbStoreV9<br>方法 or 属性:backup(destName: string): Promise<void>;<br>废弃版本:N/A|类名:RdbStoreV9<br>方法…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-distributed-data.md87 |删除|模块名: ohos.data.rdb<br>类名: RdbStoreV9<br>方法 or 属性:backup(destName: string, callback: AsyncCallba…
88 |删除|模块名: ohos.data.rdb<br>类名: RdbStoreV9<br>方法 or 属性:backup(destName: string): Promise\<void>;|NA|@…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-distributed-data.md275destName: string, callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class nam…
276 …e: backup(destName: string): Promise\<void>;<br>Old version information: 401|Class name: RdbStore;…
366destName: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: …
367 …me: backup(destName: string): Promise\<void>;<br>Old version information: |Class name: RdbStore;<b…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-distributed-data.md46 …tionalStore<br>Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback…
47 …tionalStore<br>Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise…
227 …(destName: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: Rd…
228 …ame: backup(destName: string): Promise<void>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-distributed-data.md87 ….data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string, callback…
88 ….data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string): Promise…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md5191 backup(destName:string, callback: AsyncCallback&lt;void&gt;):void
5201 | destName | string | 是 | 指定数据库的备份文件名。 |
5247 backup(destName:string): Promise&lt;void&gt;
5257 | destName | string | 是 | 指定数据库的备份文件名。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-distributed-data.md358 |新增|NA|类名:RdbStore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;|@ohos…
359 |新增|NA|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;|@ohos.data.relationalStore.…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md5106 backup(destName:string, callback: AsyncCallback&lt;void&gt;):void
5116 | destName | string | Yes | Name of the RDB store backup file.|
5162 backup(destName:string): Promise&lt;void&gt;
5172 | destName | string | Yes | Name of the RDB store backup file.|

12