Home
last modified time | relevance | path

Searched defs:name (Results 526 - 550 of 2377) sorted by relevance

1...<<21222324252627282930>>...96

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Ddatamgr_service_proxy.cpp33 sptr<IRemoteObject> DataMgrServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_const_properties.cpp28 static napi_status SetNamedProperty(napi_env env, napi_value &obj, const std::string &name, int32_t value) in SetNamedProperty() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp66 bool Serializable::GetValue(const json &node, const std::string &name, std::string &value) in GetValue() argument
76 bool Serializable::GetValue(const json &node, const std::string &name, uint32_t &value) in GetValue() argument
86 bool Serializable::GetValue(const json &node, const std::string &name, int32_t &value) in GetValue() argument
96 bool Serializable::GetValue(const json &node, const std::string &name, int64_t &value) in GetValue() argument
106 bool Serializable::GetValue(const json &node, const std::string &name, uint64_t &value) in GetValue() argument
116 GetValue(const json &node, const std::string &name, uint16_t &value) GetValue() argument
126 GetValue(const json &node, const std::string &name, bool &value) GetValue() argument
144 GetValue(const json &node, const std::string &name, std::vector<uint8_t> &value) GetValue() argument
154 GetValue(const json &node, const std::string &name, Serializable &value) GetValue() argument
216 GetSubNode(const json &node, const std::string &name) GetSubNode() argument
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp27 SecurityManager::DBPassword SecurityManager::GetDBPassword(const std::string &name, in GetDBPassword() argument
54 void SecurityManager::DelDBPassword(const std::string &name, const std::string &path) in DelDBPassword() argument
71 std::vector<uint8_t> SecurityManager::LoadKeyFromFile(const std::string &name, const std::string &path) in LoadKeyFromFile() argument
76 bool SecurityManager::SaveKeyToFile(const std::string &name, const std::string &path, const std::vector<uint8_t> &key) in SaveKeyToFile() argument
45 SaveDBPassword(const std::string &name, const std::string &path, const SecurityManager::DBPassword &key) SaveDBPassword() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_block_writer_impl.cpp25 DataShareBlockWriterImpl::DataShareBlockWriterImpl(const std::string &name, size_t size) in DataShareBlockWriterImpl() argument
H A Ddatashare_string_utils.cpp25 std::string DataShareStringUtils::Anonymous(const std::string &name) in Anonymous() argument
43 std::string DataShareStringUtils::Change(const std::string &name) in Change() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/
H A Ddump_manager.cpp24 void DumpManager::AddConfig(const std::string &name, Config &config) in AddConfig() argument
31 DumpManager::Config DumpManager::GetConfig(const std::string &name) in GetConfig() argument
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreLockRowJsunit.test.js[all...]
/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp58 void AudioData::SetInt64(const string name, int64_t value) in SetInt64() argument
63 bool AudioData::FindInt32(const string &name, int32_t &value) in FindInt32() argument
74 bool AudioData::FindInt64(const string &name, int64_t &value) in FindInt64() argument
85 bool AudioData::FindString(const string &name, string &value) in FindString() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_const_properties.cpp27 static napi_status SetNamedProperty(napi_env env, napi_value& obj, const std::string& name, int32_t value) in SetNamedProperty() argument
/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H A Ddm_timer.cpp29 Timer::Timer(std::string name, int32_t time, TimerCallback callback) in Timer() argument
46 int32_t DmTimer::StartTimer(std::string name, int32_t timeOut, TimerCallback callback) in StartTimer() argument
148 DeleteVector(std::string name) DeleteVector() argument
[all...]
/foundation/distributedhardware/device_manager/utils/src/timer/
H A Ddm_timer.cpp45 int32_t DmTimer::StartTimer(std::string name, int32_t timeOut, TimerCallback callback) in StartTimer() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_utils.cpp72 std::pair<std::string, int> RdbSqlUtils::GetDefaultDatabasePath(const std::string &baseDir, const std::string &name, in GetDefaultDatabasePath() argument
95 std::string RdbSqlUtils::GetDefaultDatabasePath(const std::string &baseDir, const std::string &name, int &errorCode) in GetDefaultDatabasePath() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp65 bool Serializable::GetValue(const json &node, const std::string &name, std::string &value) in GetValue() argument
75 bool Serializable::GetValue(const json &node, const std::string &name, uint32_t &value) in GetValue() argument
85 bool Serializable::GetValue(const json &node, const std::string &name, int32_t &value) in GetValue() argument
95 bool Serializable::GetValue(const json &node, const std::string &name, uint64_t &value) in GetValue() argument
105 bool Serializable::GetValue(const json &node, const std::string &name, int64_t &value) in GetValue() argument
115 GetValue(const json &node, const std::string &name, bool &value) GetValue() argument
125 GetValue(const json &node, const std::string &name, std::vector<uint8_t> &value) GetValue() argument
135 GetValue(const json &node, const std::string &name, Serializable &value) GetValue() argument
191 GetSubNode(const json &node, const std::string &name) GetSubNode() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listener.cpp33 int32_t IpcServerListener::GetIdentityByPkgName(std::string &name, SvcIdentity *svc) in GetIdentityByPkgName() argument
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_local_test.cpp83 const char *name = "mock"; in HWTEST_F() local
110 const char *name = "mock"; in HWTEST_F() local
137 const char *name = "mock"; in HWTEST_F() local
164 const char *name = "mock"; HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_utils_mock.cpp90 size_t CloudDiskRdbUtils::FuseDentryAlignSize(const char *name) in FuseDentryAlignSize() argument
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h24 std::string name; member
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dincremental_backup_data.h30 LibN::NVal name = data.GetProp(BConstants::BUNDLE_NAME); in IncrementalBackupTime() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_backup_connection_test.cpp44 static void CallDied(const std::string &&name, bool isSecondCalled) in CallDied() argument
49 static void CallDone(const std::string &&name) in CallDone() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp22 int SocketSdpServer::RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn) in RegisterSdpService() argument
121 int SocketSdpServer::AddServiceName(const std::string &name) in AddServiceName() argument
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_argument.h49 char name[ARGUMENT_NAME_SIZE]; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c157 static FILLP_INT32 FtGetConfigStackHalf1(IN FILLP_UINT32 name, IO void *value) in FtGetConfigStackHalf1() argument
218 static FILLP_INT32 FtGetConfigStackHalf2(IN FILLP_UINT32 name, IO void *value) in FtGetConfigStackHalf2() argument
290 FtGetConfigStack( IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST void *param) FtGetConfigStack() argument
314 FtSetConfigStackHalf1( IN FILLP_UINT32 name, IN FILLP_CONST void *value) FtSetConfigStackHalf1() argument
367 FtSetConfigStackHalf2( IN FILLP_UINT32 name, IN FILLP_CONST void *value) FtSetConfigStackHalf2() argument
418 FtSetConfigStack( IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN FILLP_CONST void *param) FtSetConfigStack() argument
442 FtConfigGet(IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST void *param) FtConfigGet() argument
468 FtConfigSet(IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN FILLP_CONST void *param) FtConfigSet() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dmodal_ui_callback.cpp41 void ModalUICallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp81 std::string name = *apiName; variable

Completed in 10 milliseconds

1...<<21222324252627282930>>...96