Home
last modified time | relevance | path

Searched refs:g_bindType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp158 int32_t g_bindType = 1; variable
245 DeviceManager::GetInstance().DpAclAdd(g_accessControlId, str, g_bindType); in AuthenticateDeviceSecondFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c111 static int g_bindType = -1; variable
1107 g_bindType = bindType; in SoftbusBindTarget()
1139 if (cJSON_AddNumberToObject(msg, FILED_BIND_TYPE, g_bindType) == NULL) { in CreateNegotiateMsg()