Home
last modified time | relevance | path

Searched defs:des (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_stub_unittest.cpp225 std::string des = "I don't know"; variable
244 std::string des = "I don't know"; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_dumper_test.cpp483 AudioStandard::AudioDeviceDescriptor des; variable
502 sptr<AudioStandard::AudioDeviceDescriptor> des = new AudioStandard::AudioDeviceDescriptor(); variable
519 sptr<AudioStandard::AudioDeviceDescriptor> des = new AudioStandard::AudioDeviceDescriptor(); variable
535 AudioStandard::AudioDeviceDescriptor des; variable
548 AudioStandard::AudioDeviceDescriptor des; variable
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_security_guard_util.h34 inline int32_t PrintSecurityGuardUtil::GetPrinterType(const std::string& des) in GetPrinterType()
/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp111 bool CopyFile(const std::string &src, const std::string &des) in CopyFile()
150 int RenameFile(const std::string &src, const std::string &des) in RenameFile()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c34 static int32_t IsDescriptorOk(struct UsbFnDeviceDesc *des) in IsDescriptorOk()
94 static void UsbFnChangeFunction(struct UsbFnDeviceDesc * const des, struct UsbFnDescriptorData * co… in UsbFnChangeFunction()
113 struct UsbFnDeviceDesc *des = NULL; in UsbFnCreateDevice() local
H A Dusbfn_dev_mgr.c63 static void CreateInterface(struct UsbFnDeviceDesc *des, struct UsbFnDeviceMgr *devMgr) in CreateInterface()
126 static int32_t CreatDev(const char *udcName, struct UsbFnDeviceDesc *des, struct UsbFnDeviceMgr *fn… in CreatDev()
167 …atic int32_t AllocInterfaceAndFuncMgr(struct UsbFnDeviceMgr *fnDevMgr, struct UsbFnDeviceDesc *des) in AllocInterfaceAndFuncMgr()
204 const char *udcName, struct UsbFnDeviceDesc *des, const struct DeviceResourceNode *node) in UsbFnMgrDeviceCreate()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp200 char des[LOCAL_MAX_SIZE] = {0}; in GetCommonLocalInfo() local
216 char des[LOCAL_MAX_SIZE] = {0}; in GetBTLocalInfo() local
444 char des[LOCAL_MAX_SIZE] = {0}; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dability_info_utils.cpp21 void AbilityInfoUtils::CopyAbilityInfo(AbilityInfo *des, AbilityInfo src) in CopyAbilityInfo()
46 void AbilityInfoUtils::CopyBundleProfileToAbilityInfo(AbilityInfo *des, const BundleProfile &src) in CopyBundleProfileToAbilityInfo()
H A Dbundle_info_utils.cpp45 void BundleInfoUtils::CopyBundleInfo(int32_t flags, BundleInfo *des, BundleInfo src) in CopyBundleInfo()
87 void BundleInfoUtils::CopyBundleInfoNoReplication(int32_t flags, BundleInfo *des, BundleInfo src) in CopyBundleInfoNoReplication()
H A Dmodule_info_utils.cpp21 void ModuleInfoUtils::CopyModuleInfo(ModuleInfo *des, ModuleInfo src) in CopyModuleInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp37 uint8_t* des = reinterpret_cast<uint8_t*>(malloc(desLen)); in ConverRawData() local
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp59 auto des = new uint8_t; variable
H A DTestPluginSetting.cpp50 auto des = new uint8_t; variable
/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_dev_mgr.h36 struct UsbFnDeviceDesc *des; member
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_util.cpp49 int DataShareUtil::CopyFile(const char *src, const char *des) in CopyFile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp38 char *des = nullptr; in ConvertResInfoToBundleInfo() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_characteristic_parcel.cpp61 for (auto &des : descriptors_) { in Marshalling() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/callee/
H A Dcallee.js61 constructor(des) { argument
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp94 std::string des(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp66 bool Tbox::GetPartial(const string& src, const string& res, string& des) in GetPartial()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp239 std::string des = "label1"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_navigation_utils.cpp145 void NativeNavigationUtils::DeepCopyStringValue(char* des, uint32_t desLength, const std::string& s… in DeepCopyStringValue()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp74 std::string des = description; in OnVolumeMounted() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp288 int CopyFile(const std::string &src, const std::string &des) in CopyFile()
306 int CopyFileFast(const std::string &src, const std::string &des) in CopyFileFast()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp406 bool DumpUtils::CopyFile(const std::string &src, const std::string &des) in CopyFile()

12