Searched refs:retSystem (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/native/environment/ |
H A D | environment_native.cpp | 55 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 D | file_uri.cpp | 45 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 D | file_uri_test.cpp | 48 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 D | environment_n_exporter.cpp | 80 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 D | file_uri_ndk_test.cpp | 51 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