Home
last modified time | relevance | path

Searched defs:bindType (Results 1 – 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/ipc/model/
Dipc_bind_device_req.h62 void SetBindType(int32_t bindType) in SetBindType()
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_device_manager_impl.cpp598 int32_t bindType = 0; variable
621 int32_t bindType = 0; variable
644 int32_t bindType = 0; variable
668 int32_t bindType = 0; variable
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
Dnstackx_dfile_session.h86 BindType bindType; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp1385 int32_t DeviceManagerImpl::BindDevice(const std::string &pkgName, int32_t bindType, const std::stri… in BindDevice()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
Dipc_cmd_parser.cpp909 int32_t bindType = data.ReadInt32(); in ON_IPC_CMD() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_cmd_parser.cpp1039 int32_t bindType = pReq->GetBindType(); in ON_IPC_SET_REQUEST() local
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
Dnative_devicemanager_js.cpp1174 int32_t &bindType) in JsToBindParam()