Home
last modified time | relevance | path

Searched defs:const (Results 7501 - 7525 of 20717) sorted by relevance

1...<<301302303304305306307308309310>>...829

/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/
H A Dmock_bundle_manager.cpp87 bool BundleMgrClient::GetResConfigFile(const ExtensionAbilityInfo &extensionInfo, in GetResConfigFile() argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp41 std::shared_ptr<CloudFile::DataSyncManager> CycleTask::GetDataSyncManager() const in GetDataSyncManager() argument
46 std::string CycleTask::GetTaskName() const in GetTaskName() argument
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp82 NError::operator bool() const in operator bool() argument
H A Dn_func_arg.cpp39 size_t NFuncArg::GetArgc(void) const in GetArgc() argument
44 napi_value NFuncArg::GetThisVar(void) const in GetThisVar() argument
49 napi_value NFuncArg::GetArg(size_t argPos) const in GetArg() argument
54 napi_value NFuncArg::operator[](size_t argPos) const in operator []() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp90 bool DScreenSourceCallbackStub::CheckParams(const std::string &devId, const std::string &dhId, in CheckParams() argument
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp32 uint64_t DScreenMapRelation::GetDisplayId() const in GetDisplayId() argument
42 uint64_t DScreenMapRelation::GetScreenId() const in GetScreenId() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h56 ServiceRunningState QueryServiceState() const in QueryServiceState() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h76 GetDir() const GetDir() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp51 UniError::operator bool() const in operator bool() argument
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/
H A Ddata_buffer.cpp48 size_t DataBuffer::Capacity() const in Capacity() argument
53 uint8_t *DataBuffer::Data() const in Data() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.cpp68 BackupRestoreCallback::operator bool() const in operator bool() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_capability_info.cpp33 std::string MetaCapabilityInfo::GetUdidHash() const in GetUdidHash() argument
43 std::string MetaCapabilityInfo::GetSinkVersion() const in GetSinkVersion() argument
129 std::string MetaCapabilityInfo::GetKey() const in GetKey() argument
138 std::string MetaCapabilityInfo::GetAnonymousKey() const in GetAnonymousKey() argument
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp139 vector<BJsonEntityCaps::BundleInfo> SvcRestoreDepsManager::GetAllBundles() const in GetAllBundles() argument
144 bool SvcRestoreDepsManager::IsAllBundlesRestored() const in IsAllBundlesRestored() argument
[all...]
/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_mount_argument_descriptors.cpp32 string MountArgument::GetFullSrc() const in GetFullSrc() argument
39 string MountArgument::GetFullDst() const in GetFullDst() argument
46 string MountArgument::GetCachePath() const in GetCachePath() argument
64 string MountArgument::GetCtrlPath() const in GetCtrlPath() argument
74 string MountArgument::OptionsToString() const in OptionsToString() argument
99 unsigned long MountArgument::GetFlags() const in GetFlags() argument
[all...]
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_rl_map.h70 typename std::map<K, V>::const_iterator Find(const K& key) const in Find() argument
85 typename std::map<K, V>::const_iterator Begin() const in Begin() argument
95 typename std::map<K, V>::const_iterator End() const in End() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection_server.cpp87 int HfpHfDataConnectionServer::RegisterServer() const in RegisterServer() argument
97 int HfpHfDataConnectionServer::AcceptConnection(uint16_t handle) const in AcceptConnection() argument
102 int HfpHfDataConnectionServer::RejectConnection(uint16_t handle) const in RejectConnection() argument
113 uint8_t HfpHfDataConnectionServer::GetLocalScn() const in GetLocalScn() argument
H A Dhfp_hf_rfcomm_connection.cpp62 int HfpHfRfcommConnection::Disconnect() const in Disconnect() argument
73 int HfpHfRfcommConnection::ReadData(Packet **pkt) const in ReadData() argument
82 int HfpHfRfcommConnection::WriteData(Packet &pkt) const in WriteData() argument
94 uint16_t HfpHfRfcommConnection::GetConnectionHandle() const in GetConnectionHandle() argument
111 uint8_t HfpHfRfcommConnection::GetRemoteScn() const in GetRemoteScn() argument
H A Dhfp_hf_sdp_server.cpp78 int HfpHfSdpServer::AddServiceClassId() const in AddServiceClassId() argument
110 int HfpHfSdpServer::AddProtocol(uint8_t scn) const in AddProtocol() argument
124 int HfpHfSdpServer::AddProfile() const in AddProfile() argument
154 int HfpHfSdpServer::AddServiceName() const in AddServiceName() argument
160 int HfpHfSdpServer::AddFeatures() const in AddFeatures() argument
177 int HfpHfSdpServer::AddBrowseGroupList() const in AddBrowseGroupList() argument
185 int HfpHfSdpServer::AddAttribute(SdpAttribute attribute) const in AddAttribute() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp53 void ObexPrivateMpServer::HandlePutRequest(ObexServerSession &session, ObexHeader &req) const in HandlePutRequest() argument
102 void ObexPrivateMpServer::HandlePutFinalRequest(ObexServerSession &session, ObexHeader &req) const in HandlePutFinalRequest() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.h160 GetStateInt() const GetStateInt() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h134 GetStateInt() const GetStateInt() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dcontext.h152 const std::string &Name() const in Name() argument
162 const std::string &Version() const in Version() argument
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_config_test.cpp70 std::string GetConfigFile() const in GetConfigFile() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_dir.cpp47 LIBMTP_folder_t *MtpFsTypeDir::ToLIBMTPFolder() const in ToLIBMTPFolder() argument
125 Dir(const std::string &name) const Dir() argument
136 File(const std::string &name) const File() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dvolume_external.cpp89 bool VolumeExternal::Marshalling(Parcel &parcel) const in Marshalling() argument

Completed in 14 milliseconds

1...<<301302303304305306307308309310>>...829