telephonyserverplugins/common_tsy/test/component/src/cctsyphoneidentityfu.cpp
branchopencode
changeset 32 58332560b319
parent 24 6638e7f4bd8f
equal deleted inserted replaced
24:6638e7f4bd8f 32:58332560b319
   151 	retPhoneIdData.SerialiseL(data);
   151 	retPhoneIdData.SerialiseL(data);
   152 	iMockLTSY.CompleteL(EMobilePhoneGetPhoneId, KErrNone, data);
   152 	iMockLTSY.CompleteL(EMobilePhoneGetPhoneId, KErrNone, data);
   153 
   153 
   154 	// Note: For this API
   154 	// Note: For this API
   155 	// LTSY does not return the whole TMobilePhoneIdentityV1 but just the
   155 	// LTSY does not return the whole TMobilePhoneIdentityV1 but just the
   156 	// serial no. as a TBuf8<15>
   156 	// serial no. as a TBuf8<KSerialNumberLength>
   157 
   157 
   158 	iPhone.GetPhoneId(requestStatus, phoneId);
   158 	iPhone.GetPhoneId(requestStatus, phoneId);
   159 	User::WaitForRequest(requestStatus);
   159 	User::WaitForRequest(requestStatus);
   160 	
   160 	
   161 	ASSERT_EQUALS(KErrNone, requestStatus.Int());
   161 	ASSERT_EQUALS(KErrNone, requestStatus.Int());