/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/ |
H A D | datamgr_service_proxy.cpp | 33 sptr<IRemoteObject> DataMgrServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() argument
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_const_properties.cpp | 28 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 D | serializable.cpp | 66 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 D | security_manager.cpp | 27 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 D | datashare_block_writer_impl.cpp | 25 DataShareBlockWriterImpl::DataShareBlockWriterImpl(const std::string &name, size_t size)
in DataShareBlockWriterImpl() argument
|
H A D | datashare_string_utils.cpp | 25 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 D | dump_manager.cpp | 24 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 D | RdbstoreLockRowJsunit.test.js | [all...] |
/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/ |
H A D | audio_data.cpp | 58 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 D | napi_rdb_const_properties.cpp | 27 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 D | dm_timer.cpp | 29 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 D | dm_timer.cpp | 45 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 D | rdb_sql_utils.cpp | 72 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 D | serializable.cpp | 65 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 D | ipc_server_listener.cpp | 33 int32_t IpcServerListener::GetIdentityByPkgName(std::string &name, SvcIdentity *svc) in GetIdentityByPkgName() argument
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_local_test.cpp | 83 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 D | clouddisk_rdb_utils_mock.cpp | 90 size_t CloudDiskRdbUtils::FuseDentryAlignSize(const char *name) in FuseDentryAlignSize() argument
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | cloud_file_utils.h | 24 std::string name; member
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | incremental_backup_data.h | 30 LibN::NVal name = data.GetProp(BConstants::BUNDLE_NAME); in IncrementalBackupTime() local
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_backup_connection_test.cpp | 44 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 D | socket_sdp_server.cpp | 22 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 D | dhcp_argument.h | 49 char name[ARGUMENT_NAME_SIZE]; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_stack_config.c | 157 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 D | modal_ui_callback.cpp | 41 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 D | egl_core.cpp | 81 std::string name = *apiName; variable
|