Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 25 of 4810) sorted by relevance

12345678910>>...193

/base/update/updater/services/ui/view/component/
Dcomponent_factory.cpp29 auto operator()([[maybe_unused]] const typename T::SpecificInfoType &specific) const in operator ()()
39 auto operator()(const typename T::SpecificInfoType &specific) const in operator ()()
42 … return [&specific] ([[maybe_unused]] const UxViewInfo &info) { return T::IsValid(specific); }; in operator ()()
/base/update/updater/services/fs_manager/
Dpartitions.cpp46 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in DeviceProbeType() local
52 specific->major = devMajor; in DeviceProbeType()
54 specific->minor = devMinor; in DeviceProbeType()
126 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in SetBlockDeviceMode() local
128 specific->fd = open(dev.devPath.c_str(), RW_MODE); in SetBlockDeviceMode()
129 if (specific->fd == -1) { in SetBlockDeviceMode()
131 specific->fd = open(dev.devPath.c_str(), RD_MODE); in SetBlockDeviceMode()
134 if (specific->fd == -1) { in SetBlockDeviceMode()
147 BlockSpecific* specific = BLOCK_SPECIFIC(&dev); in BlockDeviceClose() local
148 if (fsync(specific->fd) < 0 || close(specific->fd) < 0) { in BlockDeviceClose()
[all …]
/base/update/updater/services/include/fs_manager/
Dpartitions.h79 void *specific; member
107 #define BLOCK_SPECIFIC(dev) ((BlockSpecific*) (dev)->specific)
/base/security/selinux_adapter/config/
Dconfig.permissive13 # See the License for the specific language governing permissions and
Dconfig.enforce13 # See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/update/updater_sa/public/
Dtype.te11 # See the License for the specific
/base/security/selinux_adapter/sepolicy/ohos_policy/barrierfree/accessibility/system/
Dnormal_hap.te11 # See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/developtools/smartperf/system/
Dlocationhub.te11 # See the License for the specific language governing permissions and
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetcontent_fuzzer/corpus/
Dinit12 * See the License for the specific language governing permissions and
/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/account/os_account/test/fuzztest/appaccount/createaccount_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/account/os_account/test/fuzztest/iamaccount/getcredentialinfo_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/corpus/
Dinit12 * See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/distributeddatamgr/distributeddatamgr/system/
Dappspawn.te11 # See the License for the specific language governing permissions and
/base/notification/distributed_notification_service/test/fuzztest/enablednotificationcallbackdata_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/getpermissionresultbyorigin_fuzzer/corpus/
Dinit12 * See the License for the specific language governing permissions and
/base/web/webview/test/fuzztest/ohos_nweb/getdatabase_fuzzer/corpus/
Dinit12 * See the License for the specific language governing permissions and
/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/usb/usb_manager/test/fuzztest/usbmgrsetconfiguration_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/account/os_account/test/fuzztest/appaccount/checkauthtokenvisibility_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/powermgr/display_manager/test/fuzztest/display_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/telephony/telephony_sa/system/
Dchipset_init.te11 # See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/multimedia/av_session/system/
Dfile.te11 # See the License for the specific language governing permissions and
/base/security/access_token/services/accesstokenmanager/
Daccesstoken_manager_service.map11 # See the License for the specific language governing permissions and
/base/security/selinux_adapter/sepolicy/ohos_policy/startup/init/public/
Dfile.te11 # See the License for the specific language governing permissions and

12345678910>>...193