Home
last modified time | relevance | path

Searched refs:retSystem (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/native/environment/
H A Denvironment_native.cpp55 int retSystem = GetParameter(FILE_MANAGER_FULL_MOUNT_ENABLE_PARAMETER.c_str(), "false", value, sizeof(value)); in CheckFileManagerFullMountEnable() local
56 return (retSystem > 0) && (!std::strcmp(value, "true")); in CheckFileManagerFullMountEnable()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H A Dfile_uri.cpp45 int retSystem = GetParameter(FULL_MOUNT_ENABLE_PARAMETER.c_str(), "false", value, sizeof(value)); in CheckFileManagerFullMountEnable() local
46 if (retSystem > 0 && !strcmp(value, "true")) { in CheckFileManagerFullMountEnable()
/foundation/filemanagement/app_file_service/test/unittest/file_uri_native/
H A Dfile_uri_test.cpp48 int retSystem = GetParameter(FULL_MOUNT_ENABLE_PARAMETER.c_str(), "false", value, sizeof(value)); in CheckFileManagerFullMountEnable() local
49 if ((retSystem > 0) && (string_view(value) == "true")) { in CheckFileManagerFullMountEnable()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp80 int retSystem = GetParameter(g_fileManagerFullMountEnableParameter, "false", value, sizeof(value)); in CheckFileManagerFullMountEnable() local
81 if (retSystem > 0 && !std::strcmp(value, "true")) { in CheckFileManagerFullMountEnable()
/foundation/filemanagement/app_file_service/test/unittest/file_uri_ndk_test/
H A Dfile_uri_ndk_test.cpp51 int retSystem = GetParameter(fileManagerFullMountEnableParameter, "false", value, sizeof(value)); in CheckFileManagerFullMountEnable() local
52 if (retSystem > 0 && !std::strcmp(value, "true")) { in CheckFileManagerFullMountEnable()

Completed in 3 milliseconds