Home
last modified time | relevance | path

Searched defs:dataLevel (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regdatalevelchangecb_fuzzer/
H A Dregdatalevelchangecb_fuzzer.cpp28 void FuzzOnDataLevelChanged(const char *networkId, const DataLevel dataLevel) in FuzzOnDataLevelChanged()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecurity_label.h35 static bool SetSecurityLabel(const std::string &path, const std::string &dataLevel) in SetSecurityLabel()
H A Dsecuritylabel_n_exporter.cpp41 std::unique_ptr<char []> dataLevel; in SetSecurityLabel() local
94 std::unique_ptr<char []> dataLevel; in SetSecurityLabelSync() local
/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_mgr.c26 static int32_t GetHighestSecLevelByUdid(DEVSLQueryParams *queryParams, uint32_t *dataLevel) in GetHighestSecLevelByUdid()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp190 void HiViewAdapter::CopyTimeConsumingCount(int dataLevel, int timeLevel) in CopyTimeConsumingCount()
204 void HiViewAdapter::PasteTimeConsumingCount(int dataLevel, int timeLevel) in PasteTimeConsumingCount()
218 void HiViewAdapter::RemotePasteTimeConsumingCount(int dataLevel, int timeLevel) in RemotePasteTimeConsumingCount()
287 const char *HiViewAdapter::GetDataLevel(int dataLevel) in GetDataLevel()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp182 …int16_t, uint16_t> DeviceMatrix::OnBroadcast(const std::string &device, const DataLevel &dataLevel) in OnBroadcast()
222 …int16_t, uint16_t> DeviceMatrix::ConvertMask(const std::string &device, const DataLevel &dataLevel) in ConvertMask()
335 void DeviceMatrix::SaveSwitches(const std::string &device, const DataLevel &dataLevel) in SaveSwitches()
354 void DeviceMatrix::Broadcast(const DataLevel &dataLevel) in Broadcast()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.cpp217 auto dataLevel = Convert2Name(option); in SetFileSecurityOption() local
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c69 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp160 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
H A Dbus_center_server_proxy_standard.cpp521 int32_t BusCenterServerProxy::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp218 int32_t SoftBusServerProxyFrame::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c333 int32_t SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c416 int32_t LnnSetDataLevel(const DataLevel *dataLevel, bool *isSwitchLevelChanged) in LnnSetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp228 int32_t SoftBusServer::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c705 int32_t SetDataLevelInner(const DataLevel *dataLevel) in SetDataLevelInner()
1371 DataLevel dataLevel = { in LnnOnDataLevelChanged() local
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c397 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp783 int32_t TransServerProxy::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp291 int32_t LnnIpcSetDataLevel(const DataLevel *dataLevel) in LnnIpcSetDataLevel()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp72 void OnDataLevelChanged(const char* networkId, const DataLevel dataLevel) in OnDataLevelChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp1024 DataLevel dataLevel; variable