Home
last modified time | relevance | path

Searched refs:removable (Results 1 – 13 of 13) sorted by relevance

/foundation/filemanagement/storage_service/interfaces/kits/js/storage_manager/
D@ohos.volumeManager.d.ts35 removable: boolean; property
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dmodule_profile.cpp122 std::pair<bool, bool> removable = std::make_pair<>(false, true); member
192 std::pair<bool, bool> removable = std::make_pair<>(false, true); member
568 deviceConfig.removable.first = true; in from_json()
572 deviceConfig.removable.second, in from_json()
762 app.removable.first = true; in from_json()
766 app.removable.second, in from_json()
1127 if (app.removable.first) { in ToApplicationInfo()
1128 applicationInfo.removable = app.removable.second; in ToApplicationInfo()
1130 applicationInfo.removable = false; in ToApplicationInfo()
1167 if (deviceConfig.removable.first) { in ToApplicationInfo()
[all …]
Dbundle_profile.cpp107 std::pair<bool, bool> removable = std::make_pair<>(false, true); member
463 app.removable.first = true; in from_json()
467 app.removable.second, in from_json()
1921 if (configJson.app.removable.first) { in ToApplicationInfo()
1922 applicationInfo.removable = configJson.app.removable.second; in ToApplicationInfo()
1924 applicationInfo.removable = false; in ToApplicationInfo()
Dinner_bundle_info.cpp1464 baseApplicationInfo_.removable = applicationInfo.removable; in UpdateBaseApplicationInfo()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Dapplication_info.h116 bool removable = true; member
/foundation/appexecfwk/standard/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
Dbms_bundle_data_storage_database_test.cpp103 "removable": true,
351 "removable": false,
412 "removable": true,
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/
D60-persistent-storage.rules59 # Run ata_id on non-removable USB Mass Storage (SATA/PATA disks in enclosures)
60 KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", ATTR{removable}=="0", SUBSYSTEMS=="usb", IMPORT{prog…
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/
Dapplication_info.cpp272 {APPLICATION_REMOVABLE, applicationInfo.removable}, in to_json()
430 applicationInfo.removable, in from_json()
/foundation/aafwk/standard/frameworks/kits/runtime/native/
Djs_data_struct_converter.cpp160 object->SetProperty("removable", CreateJsValue(engine, applicationInfo.removable)); in CreateJsApplicationInfo()
/foundation/appexecfwk/standard/services/test/moduletest/common/bms/bundle_installer_test/
Dbms_bundle_installer_module_test.cpp197 "removable": true,
228 "removable": true,
/foundation/appexecfwk/standard/services/bundlemgr/include/
Dinner_bundle_info.h1212 return baseApplicationInfo_.removable; in IsRemovable()
/foundation/appexecfwk/standard/kits/appkit/napi/launchermgr/
Djs_launcher.cpp159 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, appInfo.removable, &nRemovable)); in ConvertApplicationInfo()
/foundation/appexecfwk/standard/kits/appkit/napi/bundlemgr/
Dbundle_mgr.cpp327 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, appInfo.removable, &nRemovable)); in ConvertApplicationInfo()