/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.cpp | 154 return FindWriteExecutor(perm, errCode, waitTime, isExternal); in FindExecutor() 157 return FindReadExecutor(perm, errCode, waitTime, isExternal); in FindExecutor() 176 return FetchStorageExecutor(true, writeIdleList, writeUsingList, errCode, isExternal); in FindWriteExecutor() 195 return FetchStorageExecutor(true, writeIdleList, writeUsingList, errCode, isExternal); in FindWriteExecutor() 214 return FetchStorageExecutor(false, readIdleList, readUsingList, errCode, isExternal); in FindReadExecutor() 218 uint32_t maxReadHandleNum = isExternal ? 1 : engineAttr_.maxReadNum; in FindReadExecutor() 235 return FetchStorageExecutor(false, readIdleList, readUsingList, errCode, isExternal); in FindReadExecutor() 238 void StorageEngine::Recycle(StorageExecutor *&handle, bool isExternal) in Recycle() argument 407 void StorageEngine::AddStorageExecutor(StorageExecutor *handle, bool isExternal) in AddStorageExecutor() argument 449 std::list<StorageExecutor *> &usingList, int &errCode, bool isExternal) in FetchStorageExecutor() argument [all …]
|
H A D | storage_engine.h | 50 …StorageExecutor *FindExecutor(bool writable, OperatePerm perm, int &errCode, bool isExternal = fal… 53 void Recycle(StorageExecutor *&handle, bool isExternal = false); 104 virtual void AddStorageExecutor(StorageExecutor *handle, bool isExternal); 134 std::list<StorageExecutor *> &usingList, int &errCode, bool isExternal = false); 136 …Executor *FindWriteExecutor(OperatePerm perm, int &errCode, int waitTime, bool isExternal = false); 137 …StorageExecutor *FindReadExecutor(OperatePerm perm, int &errCode, int waitTime, bool isExternal = …
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.h | 69 … void ReleaseExecutor(SQLiteSingleVerRelationalStorageExecutor *&handle, bool isExternal = false);
|
H A D | sqlite_single_relational_storage_engine.cpp | 126 bool isExternal) in ReleaseExecutor() argument 132 Recycle(databaseHandle, isExternal); in ReleaseExecutor()
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 540 ├── isExternal() # isExternal method 652 | isExternal(value: Object): boolean | Checks whether the input value is of the **native external**… 1297 75. isExternal() 1301 var reult13 = proc.isExternal(data);
|
H A D | README.md | 1377 | ├── isExternal() # isExternal方法 1721 | isExternal(value: Object): boolean | 检查输入的value是否是一个native External值类型。 | 2573 75.isExternal() 2577 var reult13 = proc.isExternal(data);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-util.md | 4019 ### isExternal<sup>8+</sup> 4021 isExternal(value: Object): boolean 4081 let result = type.isExternal(data); 4083 let result01 = type.isExternal(true);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 305 | ohos.util | types | isExternal(value: Object): boolean; | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 290 | 语言编译运行时-types | isExternal(value: Object): boolean; | 新增 | |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 305 | ohos.util | types | isExternal(value: Object): boolean; | Added|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-util.md | 4020 ### isExternal<sup>8+</sup> 4022 isExternal(value: Object): boolean 4082 let result = type.isExternal(data); 4084 let result01 = type.isExternal(true);
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 290 | Multi-language Runtime - types| isExternal(value: Object): boolean; | Added | |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 359 |跨平台能力有变化|类名:types;<br>方法or属性:isExternal(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属性:isE…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 359 …ttribute name: isExternal(value: Object): boolean;<br>Old version information: |Class name: types;…
|