Home
last modified time | relevance | path

Searched refs:pathString (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/
H A Dstatfs_n_exporter.cpp70 std::string pathString(path.get()); in GetFrSize() local
71 auto cbExec = [pathString, resultSize]() -> NError { in GetFrSize()
73 int ret = statvfs(pathString.c_str(), &diskInfo); in GetFrSize()
140 std::string pathString(path.get()); in GetBSize() local
141 auto cbExec = [pathString, resultSize]() -> NError { in GetBSize()
209 std::string pathString(path.get()); in GetBAvail() local
210 auto cbExec = [pathString, resultSize]() -> NError { in GetBAvail()
278 std::string pathString(path.get()); in GetBlocks() local
347 std::string pathString(path.get()); in GetBFree() local
418 std::string pathString(path.get()); in GetFreeBytes() local
[all …]
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.cpp74 std::string pathString(path.get()); in GetFreeSize() local
75 auto cbExec = [pathString = move(pathString), resultSize]() -> NError { in GetFreeSize()
77 int ret = statvfs(pathString.c_str(), &diskInfo); in GetFreeSize()
150 std::string pathString(path.get()); in GetTotalSize() local
151 auto cbExec = [pathString = move(pathString), resultSize]() -> NError { in GetTotalSize()
153 int ret = statvfs(pathString.c_str(), &diskInfo); in GetTotalSize()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecuritylabel_n_exporter.cpp60 auto cbExec = [pathString = string(path.get()), dataLevelString]() -> NError { in SetSecurityLabel()
61 bool ret = SecurityLabel::SetSecurityLabel(pathString, dataLevelString); in SetSecurityLabel()
142 std::string pathString(path.get()); in GetSecurityLabel() local
143 auto cbExec = [pathString = move(pathString), result]() -> NError { in GetSecurityLabel()
144 *result = SecurityLabel::GetSecurityLabel(pathString); in GetSecurityLabel()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dxattr.cpp161 string pathString(path.get()); in GetAsync() local
163 auto cbExec = [path = move(pathString), key = move(keyString), result]() -> NError { in GetAsync()
211 string pathString(path.get()); in SetAsync() local
214 …auto cbExec = [path = move(pathString), key = move(keyString), value = move(valueString)]() -> NEr… in SetAsync()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp98 napi_status GetInputPath(napi_env env, napi_callback_info info, std::string &pathString) in GetInputPath() argument
120 pathString = path; in GetInputPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_change_observation.ts611 Object.entries(owningObject[watchProp]).forEach(([pathString, monitorFunc]) => {
612 if (monitorFunc && pathString && typeof monitorFunc === 'function') {
613 … const monitor = new MonitorV2(owningObject, pathString, monitorFunc as (m: IMonitor) => void);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1222 BASE_NS::string pathString = node->Path()->GetValue(); in UpdateCachedNodePath() local
1223 pathString.append(node->Name()->GetValue()); in UpdateCachedNodePath()
1224 nodes_[pathString] = node; in UpdateCachedNodePath()
1235 BASE_NS::string pathString = node->Path()->GetValue(); in SetCacheEnabled() local
1236 pathString.append(node->Name()->GetValue()); in SetCacheEnabled()
1237 nodes_[pathString] = node; in SetCacheEnabled()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp917 std::string pathString = "path"; variable
918 skillsBase.AddPath(pathString);
935 EXPECT_EQ(pathString, skills.GetPath(0));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js8288 Object.entries(owningObject[watchProp]).forEach(([pathString, monitorFunc]) => {
8291 if (monitorFunc && pathString && typeof monitorFunc === 'function') {
8292 const monitor = new MonitorV2(owningObject, pathString, monitorFunc);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dgl2ext_entries.in1210 …API_ENTRY(void, glPathStringNV, GLuint path, GLenum format, GLsizei length, const void *pathString)
1211 CALL_HOOK_API(glPathStringNV, path, format, length, pathString)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2598 std::string pathString = path; in SetMotionPath() local
2599 motionPathOption.SetPath(pathString); in SetMotionPath()