Home
last modified time | relevance | path

Searched defs:registerType (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
Dnet_supplier_callback_base.h30 uint32_t registerType = REGISTER; member
37 …: registerType(registerType), bearTypes(netBearTypes), uid(uid), requestId(requestId), ident(ident) in registerType() function
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
Dnet_supplier_callback_stub.cpp82 int32_t registerType = 0; in OnRequestNetwork() local
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_activate.cpp32 const int32_t registerType) in NetActivate()
Dnet_conn_service.cpp639 RegisterType registerType = INVALIDTYPE; in UnregisterNetConnCallbackAsync() local
685 …rvice::IncreaseNetConnCallbackCntForUid(const uint32_t callingUid, const RegisterType registerType) in IncreaseNetConnCallbackCntForUid()
704 …rvice::DecreaseNetConnCallbackCntForUid(const uint32_t callingUid, const RegisterType registerType) in DecreaseNetConnCallbackCntForUid()
902 const uint32_t &timeoutMS, const int32_t registerType, in ActivateNetwork()
981 uint32_t &reqId, RegisterType &registerType) in FindSameCallback()
1013 RegisterType registerType = INVALIDTYPE; in FindSameCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_security_ui_extension.cpp227 const RegisterType registerType = GetRegisterType(info[0]->ToString()); in On() local
283 const RegisterType registerType = GetRegisterType(info[0]->ToString()); in Off() local
Djs_ui_extension.cpp228 const RegisterType registerType = GetRegisterType(info[0]->ToString()); in On() local
283 const RegisterType registerType = GetRegisterType(info[0]->ToString()); in Off() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_common.c999 int registerType; member
1013 … int32_t RegisterDeviceWithType(const NSTACKX_LocalDeviceInfoV2 *localDeviceInfo, int registerType) in RegisterDeviceWithType()
Dnstackx_device_local.c456 int RegisterLocalDeviceV2(const NSTACKX_LocalDeviceInfoV2 *devInfo, int registerType) in RegisterLocalDeviceV2()