Home
last modified time | relevance | path

Searched refs:HAS_USERID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/
H A Ddisallowed_running_bundles_plugin_fuzzer.cpp31 constexpr size_t HAS_USERID = 1; variable
55 parcel.WriteInt32(HAS_USERID); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp49 data.WriteInt32(HAS_USERID); in AddDisallowedRunningBundles()
66 data.WriteInt32(HAS_USERID); in RemoveDisallowedRunningBundles()
82 data.WriteInt32(HAS_USERID); in GetDisallowedRunningBundles()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp106 data.WriteInt32(HAS_USERID); in AddBundlesByPolicyType()
128 data.WriteInt32(HAS_USERID); in RemoveBundlesByPolicyType()
144 data.WriteInt32(HAS_USERID); in GetBundlesByPolicyType()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Denterprise_device_mgr_proxy.h35 constexpr int32_t HAS_USERID = 1; variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp567 data.WriteInt32(HAS_USERID); in GetPolicyData()