/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/ |
H A D | statfs_n_exporter.cpp | 70 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 D | statvfs_n_exporter.cpp | 74 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 D | securitylabel_n_exporter.cpp | 60 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 D | xattr.cpp | 161 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 D | napi_storage_helper.cpp | 98 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 D | v2_change_observation.ts | 611 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 D | scene_impl.cpp | 1222 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 D | skills_test.cpp | 917 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 D | stateMgmt.js | 8288 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 D | gl2ext_entries.in | 1210 …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 D | node_common_modifier.cpp | 2598 std::string pathString = path; in SetMotionPath() local 2599 motionPathOption.SetPath(pathString); in SetMotionPath()
|