Searched refs:DM_INPUT_PARA_EMPTY (Results 1 – 6 of 6) sorted by relevance
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/ |
D | device_manager_service.cpp | 144 return DM_INPUT_PARA_EMPTY; in GetTrustedDeviceList() 172 return DM_INPUT_PARA_EMPTY; in GetUdidByNetworkId() 188 return DM_INPUT_PARA_EMPTY; in GetUuidByNetworkId() 207 return DM_INPUT_PARA_EMPTY; in StartDeviceDiscovery() 224 return DM_INPUT_PARA_EMPTY; in StopDeviceDiscovery() 243 return DM_INPUT_PARA_EMPTY; in AuthenticateDevice() 264 return DM_INPUT_PARA_EMPTY; in UnAuthenticateDevice() 268 return DM_INPUT_PARA_EMPTY; in UnAuthenticateDevice() 290 return DM_INPUT_PARA_EMPTY; in GetFaParam() 302 return DM_INPUT_PARA_EMPTY; in SetUserOperation()
|
/foundation/distributedhardware/devicemanager/test/unittest/ |
D | UTTest_device_manager_service.cpp | 72 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 120 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 208 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 242 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 259 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 305 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY); 321 EXPECT_EQ(ret, DM_INPUT_PARA_EMPTY);
|
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/timer/ |
D | dm_timer.cpp | 47 return DM_INPUT_PARA_EMPTY; in StartTimer() 74 return DM_INPUT_PARA_EMPTY; in DeleteTimer() 86 return DM_INPUT_PARA_EMPTY; in DeleteTimer()
|
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
D | ipc_client_stub.cpp | 33 return DM_INPUT_PARA_EMPTY; in ClientIpcInterfaceMsgHandle()
|
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/ |
D | dm_auth_manager.cpp | 72 return DM_INPUT_PARA_EMPTY; in AuthenticateDevice() 77 return DM_INPUT_PARA_EMPTY; in AuthenticateDevice() 98 … listener_->OnAuthResult(pkgName, deviceId, "", AuthState::AUTH_REQUEST_INIT, DM_INPUT_PARA_EMPTY); in AuthenticateDevice() 99 return DM_INPUT_PARA_EMPTY; in AuthenticateDevice()
|
/foundation/distributedhardware/devicemanager/common/include/ |
D | dm_constants.h | 57 DM_INPUT_PARA_EMPTY, enumerator
|