OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_result
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
677
LaunchEphemeralAppResult::Result
api_result
=
local
681
api_result
= LaunchEphemeralAppResult::RESULT_SUCCESS;
684
api_result
= LaunchEphemeralAppResult::RESULT_UNKNOWN_ERROR;
687
api_result
= LaunchEphemeralAppResult::RESULT_INVALID_ID;
694
api_result
= LaunchEphemeralAppResult::RESULT_INSTALL_ERROR;
698
api_result
= LaunchEphemeralAppResult::RESULT_USER_CANCELLED;
701
api_result
= LaunchEphemeralAppResult::RESULT_BLACKLISTED;
705
api_result
= LaunchEphemeralAppResult::RESULT_MISSING_DEPENDENCIES;
708
api_result
= LaunchEphemeralAppResult::RESULT_BLOCKED_BY_POLICY;
711
api_result
= LaunchEphemeralAppResult::RESULT_FEATURE_DISABLED
[
all
...]
/external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c
831
event, bta_ag_evt_str(event, p_data->
api_result
.result));
869
bta_ag_evt_str(in_event, p_data->
api_result
.result));
[
all
...]
bta_ag_int.h
224
tBTA_AG_API_RESULT
api_result
;
member in union:__anon5045
bta_ag_cmd.c
[
all
...]
Completed in 856 milliseconds