Home
last modified time | relevance | path

Searched defs:type (Results 5151 - 5175 of 12343) sorted by relevance

1...<<201202203204205206207208209210>>...494

/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp374 KeyMgmt type = static_cast<KeyMgmt>(static_cast<int>(data[0]) % THREE); in WifiHotspotServiceImplFuzzTest() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_p2p_test.cpp86 char type[] = "p2p_device_type"; in HWTEST_F() local
722 char type[] = "p2p_device_type"; in HWTEST_F() local
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp131 std::string type = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzRegHceCmdCallback() local
145 std::string type = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzRegHceCmdCallback1() local
157 std::string type = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzUnRegHceCmdCallback() local
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.cpp23 static void WriteEvent(const std::string& eventType, HiviewDFX::HiSysEvent::EventType type, Types... args) in WriteEvent() argument
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserial.c28 int WriteBegin(Context *context, int type) in WriteBegin() argument
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_packet_parser.cpp189 const uint8_t *MDnsPayloadParser::ParseRData(const uint8_t *begin, const MDnsPayload &payload, int type, int length, in ParseRData() argument
H A Dmdns_service.cpp45 int32_t type = 0; member
[all...]
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp193 napi_valuetype type = NapiUtils::GetValueType(GetEnv(), jsCert); in ParseClientCert() local
213 napi_valuetype type = NapiUtils::GetValueType(GetEnv(), websocketProxyValue); in ParseProxy() local
297 void ConnectContext::SetWebsocketProxyType(WebsocketProxyType type) in SetWebsocketProxyType() argument
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_callback.cpp106 void SetCallback(const std::string &type, void (* callback)(int32_t)) in SetCallback() argument
384 void SetCallback(const std::string &type, void (* callback)()) in SetCallback() argument
426 Register(const std::string& type, void (* callback)()) Register() argument
456 UnRegister(const std::string& type) UnRegister() argument
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp378 ErrCode WifiHotspotProxy::EnableHotspot(const ServiceType type) in EnableHotspot() argument
405 ErrCode WifiHotspotProxy::DisableHotspot(const ServiceType type) in DisableHotspot() argument
H A Dwifi_hotspot_impl.cpp151 ErrCode WifiHotspotImpl::EnableHotspot(const ServiceType type) in EnableHotspot() argument
158 ErrCode WifiHotspotImpl::DisableHotspot(const ServiceType type) in DisableHotspot() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp280 void WifiP2pGroupManager::SetCurrentGroup(WifiMacAddrInfoType type, const WifiP2pGroupInfo &group) in SetCurrentGroup() argument
292 void WifiP2pGroupManager::AddMacAddrPairInfo(WifiMacAddrInfoType type, const WifiP2pGroupInfo &group) in AddMacAddrPairInfo() argument
340 RemoveMacAddrPairInfo(WifiMacAddrInfoType type, const WifiP2pGroupInfo &group) RemoveMacAddrPairInfo() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp110 Type type; in IsDataContainField() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp249 char type[TYPE_SIZE] = { 0 }; in JSOn() local
285 char type[TYPE_SIZE] = { 0 }; in JSOff() local
402 char type[TYPE_SIZE] = { 0 }; JSRecordCallback() local
449 char type[TYPE_SIZE] = { 0 }; JSDeleteCallback() local
[all...]
H A Djs_distributedobject.cpp173 Type type = TYPE_STRING; in DoGet() local
130 DoPut( napi_env env, JSObjectWrapper *wrapper, char *key, napi_valuetype type, napi_value value) DoPut() argument
[all...]
H A Djs_watcher.cpp41 bool JSWatcher::On(const char *type, napi_value handler) in On() argument
51 void JSWatcher::Off(const char *type, napi_value handler) in Off() argument
93 void JSWatcher::Emit(const char *type, const std::string &sessionId, const std::vector<std::string> &changeData) in Emit() argument
116 Find(const char *type) Find() argument
162 Emit( const char *type, const std::string &sessionId, const std::string &networkId, const std::string &status) Emit() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp34 SetDistributedTables( const std::vector<std::string> &tables, int32_t type, const std::vector<Reference> &references) SetDistributedTables() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp35 EventRequest(int type, EventImpl *event, EventsMask events) in EventRequest() argument
46 EventRequest(int type, EventImpl *event, EventTime timeout) in EventRequest() argument
65 static bool IsValidType(int type) in IsValidType() argument
223 int type = isAdd ? EventRequest::MOD_EVENTS_ADD : in Modify() local
268 int EventLoopImpl::QueueRequest(int type, EventImp argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp105 int GetCollNameFromType(SingleVerDataType type, std::string &collName) in GetCollNameFromType() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp48 KvStoreNbConflictType type = CONFLICT_NATIVE_ALL; member
[all...]
H A Ddistributeddb_interfaces_query_test.cpp56 QueryValueType type = GetQueryValueType::GetFieldTypeAndValue(queryValue, fieldValue); in CreateCheckList() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_single_kv_store.cpp116 ArgsType type = ArgsType::UNKNOWN; member
124 napi_valuetype type = napi_undefined; in GetVariantArgs() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp207 int RDSQLiteUtils::BeginTransaction(sqlite3 *db, TransactType type) in BeginTransaction() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp211 OhCloudExtValueType type = OhCloudExtValueType::VALUEINNERTYPE_EMPTY; in GetExtend() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp83 auto type = BUTT; in GenerateWaterVersion() local
104 auto type = BUTT; GetWaterVersion() local
137 GetVersion(const std::string &deviceId, WaterVersionManager::Type type) GetVersion() argument
148 GetWaterVersion(const std::string &deviceId, WaterVersionManager::Type type) GetWaterVersion() argument
377 SetType(WaterVersionManager::Type type) SetType() argument
[all...]

Completed in 24 milliseconds

1...<<201202203204205206207208209210>>...494