Home
last modified time | relevance | path

Searched defs:name (Results 351 - 375 of 2377) sorted by relevance

1...<<11121314151617181920>>...96

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_broadcast_receiver.cpp27 RegisterBroadcastListener(const BroadcastReceiverAction *actions, size_t size, const std::string &name, ListenerPriority priority, BroadcastListener listener) RegisterBroadcastListener() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dsession_mock_test.cpp80 const char *name = NULL; in HWTEST_F() local
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Drpc_log.c26 char name[LOG_NAME_MAX_LEN]; member
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_event_handler.cpp40 void NetConnEventHandler::RemoveAsyncTask(const std::string &name) in RemoveAsyncTask() argument
/foundation/communication/dsoftbus/core/frame/small/client_manager/src/
H A Dsoftbus_client_info_manager.c26 char name[PKG_NAME_SIZE_MAX]; /* softbus client name */ member
50 int SERVER_RegisterService(const char *name, const struct CommonScvId *svcId) in SERVER_RegisterService() argument
93 int SERVER_GetIdentityByPkgName(const char *name, struct CommonScvId *svcId) in SERVER_GetIdentityByPkgName() argument
176 SERVER_UnregisterService(const char *name) SERVER_UnregisterService() argument
[all...]
/foundation/communication/dsoftbus/tests/core/common/json_utils/fuzztest/jsonutils_fuzzer/
H A Djsonutils_fuzzer.cpp31 char name[MSG_BUFF_MAX_LEN]; in DoJsonUtilsFuzz() local
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dhisysevent_mock.cpp18 int HiSysEventMock::MockHiSysEvent_Write(const char *func, int64_t line, const char *domain, const char *name, in MockHiSysEvent_Write() argument
33 int HiSysEvent_Write(const char *func, int64_t line, const char *domain, const char *name, HiSysEventEventType type, in HiSysEvent_Write() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_proxy_userinfo_test.cpp54 SecureData name; in HWTEST_F() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/
H A Dclient_trans_file.h30 const char name[SCHEMA_MAX_LENGTH]; member
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_available_state_test.cpp62 std::string name = g_p2pAvailableStateInstance->GetName(); in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.h157 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Dmdns_service_info.h35 std::string name; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h400 WifiCountryCodeChangeObserver(const std::string &name, StateMachine &stateMachineObj) in WifiCountryCodeChangeObserver() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Danonymous.cpp30 std::string name = fileName; in AnonyDigits() local
41 std::string Anonymous::Change(const std::string &name) in Change() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils/src/
H A Dkvstore_utils.cpp28 std::string KvStoreUtils::ToBeAnonymous(const std::string &name) in ToBeAnonymous() argument
/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dlru_bucket_test.cpp28 std::string name; member
[all...]
H A Dconcurrent_map_test.cpp27 std::string name; member
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp30 sptr<IRemoteObject> DataShareKvServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface() argument
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreCustomDir.test.js[all...]
H A DRdbStoreAssetResultSetJsunit.test.js[all...]
H A DRdbStoreQueryByStepSync.test.js[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_timer.cpp53 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F() local
78 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F() local
98 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); in HWTEST_F() local
115 std::string name in HWTEST_F() local
131 std::string name = std::string(AUTHENTICATE_TIMEOUT_TASK); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp87 string name = "test"; in HWTEST_F() local
106 string name = "test"; in HWTEST_F() local
125 string name = "test"; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp43 bool Serializable::GetValue(const json node, const std::string &name, std::string &value) in GetValue() argument
53 bool Serializable::GetValue(const json node, const std::string &name, uint8_t &value) in GetValue() argument
58 bool Serializable::GetValue(const json node, const std::string &name, uint16_t &value) in GetValue() argument
63 bool Serializable::GetValue(const json node, const std::string &name, uint32_t &value) in GetValue() argument
68 bool Serializable::GetValue(const json node, const std::string &name, uint64_t &value) in GetValue() argument
73 GetValue(const json node, const std::string &name, int32_t &value) GetValue() argument
78 GetValue(const json node, const std::string &name, int64_t &value) GetValue() argument
83 GetValue(const json node, const std::string &name, bool &value) GetValue() argument
93 GetValue(const json node, const std::string &name, std::vector<uint8_t> &value) GetValue() argument
106 GetValue(const json node, const std::string &name, Serializable &value) GetValue() argument
115 SetValue(json &node, const std::string &value, const std::string &name) SetValue() argument
126 SetValue(json &node, const uint8_t &value, const std::string &name) SetValue() argument
131 SetValue(json &node, const uint16_t &value, const std::string &name) SetValue() argument
136 SetValue(json &node, const uint32_t &value, const std::string &name) SetValue() argument
141 SetValue(json &node, const uint64_t &value, const std::string &name) SetValue() argument
146 SetValue(json &node, const int32_t &value, const std::string &name) SetValue() argument
151 SetValue(json &node, const int64_t &value, const std::string &name) SetValue() argument
156 SetValue(json &node, const bool &value, const std::string &name) SetValue() argument
167 SetValue(json &node, const std::vector<uint8_t> &value, const std::string &name) SetValue() argument
181 SetValue(json &node, const Serializable &value, const std::string &name) SetValue() argument
196 GetSubNode(const json node, const std::string &name) GetSubNode() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dgetter_system.cpp26 void GetterSystem::RegisterCreator(const std::string &name, Creator creator) in RegisterCreator() argument
31 GetterSystem::Getter GetterSystem::GetGetter(const std::string &name) in GetGetter() argument

Completed in 11 milliseconds

1...<<11121314151617181920>>...96