OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESE_APP_RESULT_OK
(Results
1 - 8
of
8
) sorted by null
/external/libese/esed/
OemLock.cpp
59
if (res !=
ESE_APP_RESULT_OK
) {
65
if (res !=
ESE_APP_RESULT_OK
) {
71
if (ese_boot_session_close(&session) !=
ESE_APP_RESULT_OK
) {
78
} else if (res !=
ESE_APP_RESULT_OK
) {
92
if (res !=
ESE_APP_RESULT_OK
) {
103
if (res !=
ESE_APP_RESULT_OK
|| actualData == 0) {
108
if (ese_boot_session_close(&session) !=
ESE_APP_RESULT_OK
) {
112
if (res !=
ESE_APP_RESULT_OK
) {
133
if (res !=
ESE_APP_RESULT_OK
) {
138
if (res !=
ESE_APP_RESULT_OK
) {
[
all
...]
Weaver.cpp
56
} else if (res !=
ESE_APP_RESULT_OK
) {
64
if (ese_weaver_get_num_slots(&ws, &numSlots) !=
ESE_APP_RESULT_OK
) {
70
if (ese_weaver_session_close(&ws) !=
ESE_APP_RESULT_OK
) {
97
if (ese_weaver_session_open(mEse.ese_interface(), &ws) !=
ESE_APP_RESULT_OK
) {
102
if (ese_weaver_write(&ws, slotId, key.data(), value.data()) !=
ESE_APP_RESULT_OK
) {
107
if (ese_weaver_session_close(&ws) !=
ESE_APP_RESULT_OK
) {
129
if (ese_weaver_session_open(mEse.ese_interface(), &ws) !=
ESE_APP_RESULT_OK
) {
141
case
ESE_APP_RESULT_OK
:
161
if (ese_weaver_session_close(&ws) !=
ESE_APP_RESULT_OK
) {
/external/libese/apps/weaver/tests/
weaver_test.cpp
47
ASSERT_EQ(
ESE_APP_RESULT_OK
, ese_weaver_session_open(mEse.ese_interface(), &mSession));
51
ASSERT_EQ(
ESE_APP_RESULT_OK
, ese_weaver_session_close(&mSession));
58
ASSERT_EQ(
ESE_APP_RESULT_OK
, ese_weaver_get_num_slots(&mSession, &numSlots));
64
ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE),
ESE_APP_RESULT_OK
);
68
ASSERT_EQ(
ESE_APP_RESULT_OK
, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout));
74
ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE),
ESE_APP_RESULT_OK
);
86
ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE),
ESE_APP_RESULT_OK
);
87
ASSERT_EQ(ese_weaver_erase_value(&mSession, slotId),
ESE_APP_RESULT_OK
);
93
ASSERT_EQ(
ESE_APP_RESULT_OK
, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout));
/external/libese/apps/include/ese/app/
result.h
29
ESE_APP_RESULT_OK
= ESE_APP_RESULT_FALSE,
/external/libese/apps/boot/
boot.c
47
return
ESE_APP_RESULT_OK
;
98
if (ret !=
ESE_APP_RESULT_OK
) {
128
if (ret !=
ESE_APP_RESULT_OK
) {
134
return
ESE_APP_RESULT_OK
;
161
if (ret !=
ESE_APP_RESULT_OK
) {
166
return
ESE_APP_RESULT_OK
;
227
return
ESE_APP_RESULT_OK
;
261
if (ret !=
ESE_APP_RESULT_OK
) {
276
return
ESE_APP_RESULT_OK
;
319
return
ESE_APP_RESULT_OK
;
[
all
...]
ese_boot_tool.cpp
158
if (res ==
ESE_APP_RESULT_OK
) {
177
if (res !=
ESE_APP_RESULT_OK
) {
260
if (res ==
ESE_APP_RESULT_OK
) {
297
if (res ==
ESE_APP_RESULT_OK
) {
312
if (res ==
ESE_APP_RESULT_OK
) {
367
if (res !=
ESE_APP_RESULT_OK
) {
396
if (res !=
ESE_APP_RESULT_OK
) {
406
if (res !=
ESE_APP_RESULT_OK
) {
450
if (res !=
ESE_APP_RESULT_OK
) {
461
if (res !=
ESE_APP_RESULT_OK
) {
[
all
...]
/external/libese/apps/weaver/
weaver.c
55
return
ESE_APP_RESULT_OK
;
106
if (ret !=
ESE_APP_RESULT_OK
) {
136
if (ret !=
ESE_APP_RESULT_OK
) {
142
return
ESE_APP_RESULT_OK
;
170
if (ret !=
ESE_APP_RESULT_OK
) {
175
return
ESE_APP_RESULT_OK
;
217
return
ESE_APP_RESULT_OK
;
360
return
ESE_APP_RESULT_OK
;
/external/libese/apps/boot/tests/
ese_app_boot_tests.cpp
118
EXPECT_EQ(
ESE_APP_RESULT_OK
, ese_boot_session_open(&ese_, &session));
Completed in 92 milliseconds