Lines Matching refs:result

100         printf("execute add method, result is %d\n", g_errorCode);

452 int result = StartAbility(&want);
454 printf("ret is %d \n", result);
456 printf("result of GetBundleName is %s \n", bundleName1);
476 int result = StartAbility(&want);
478 printf("ret is %d \n", result);
480 printf("result of GetSrcPath is %s \n", srcPath);
500 int result = StartAbility(&want);
502 printf("ret is %d \n", result);
504 printf("result of GetDataPath is %s \n", dataPath);
527 int result = ability->StartAbility(want);
529 printf("ret is %d \n", result);
530 EXPECT_EQ(result, 0);
551 int result = StartAbility(&want);
553 printf("ret is %d \n", result);
554 EXPECT_EQ(result, 0);
570 int result = StartAbility(nullptr);
571 printf("ret is %d \n", result);
573 EXPECT_EQ(result, expect);
631 int result = ConnectAbility(&want, &g_conn, this);
637 printf("ret is %d \n ", result);
638 EXPECT_EQ(result, 0);
662 int result = ConnectAbility(&want, &g_conn, this);
668 printf("ret of connect is %d \n ", result);
671 result = DisconnectAbility(&g_conn);
673 EXPECT_EQ(result, 0);
674 printf("ret of disconnect is %d \n ", result);
719 int result = ConnectAbility(&want, &g_conn, this);
727 EXPECT_EQ(result, 0);
789 int result = StartAbility(&want);
791 printf("result of startAbility is %d \n", result);
792 EXPECT_EQ(result, 0);
825 int result = StartAbility(&want);
827 printf("result of startAbility is %d \n", result);
828 EXPECT_TRUE(result == 0);
858 int result = StartAbility(&want);
860 printf("result of startAbility is %d \n", result);
861 EXPECT_TRUE(result == 0);
891 int result = StartAbility(&want);
893 printf("result of startAbility is %d \n", result);
894 EXPECT_TRUE(result == 0);
924 int result = StartAbility(&want);
926 printf("result of startAbility is %d \n", result);
927 EXPECT_TRUE(result == 0);
952 int result = StartAbility(&want);
954 printf("result of startAbility is %d \n", result);
955 EXPECT_TRUE(result == 0);