Searched defs:api (Results 1 – 17 of 17) sorted by relevance
129 void setPlatformWifiCallbacks(const struct chrePalWifiCallbacks *api) { in setPlatformWifiCallbacks()
97 auto api = ParseApiFile(api_file.path); in TEST() local
69 static const struct chrePalWwanApi api = { in chrePalWwanGetApi() local
74 static const struct chrePalWifiApi api = { in chrePalWifiGetApi() local
120 static const struct chrePalGnssApi api = { in chrePalGnssGetApi() local
46 sysprop::SyspropLibraryApis api; in main() local
85 Result<void> CheckPropertyTypes(const sysprop::SyspropLibraryApis& api, in CheckPropertyTypes()
92 sysprop::SyspropLibraryApis api; in main() local
68 const struct chrePalWwanApi *api; // WWAN PAL API member556 static const struct chrePalWwanApi api = { local
66 const struct chrePalGnssApi *api; // GNSS PAL API member837 static const struct chrePalGnssApi api = { local
79 const struct chrePalWifiApi *api; // WiFi PAL API member1199 static const struct chrePalWifiApi api = { local
123 std::shared_ptr<DexFileApi> api(new DexFileApi{std::move(dex), std::move(copy), std::mutex()}); in Create() local
78 const struct chrePalWwanApi *api; // WWAN PAL API member
76 const struct chrePalGnssApi *api; // GNSS PAL API member
77 const struct chrePalWifiApi *api; // WiFi PAL API member
30 pub mod api; module
61 def __init__(self, api, commit_hash): argument