Searched refs:countryCodePtr (Results 1 – 3 of 3) sorted by relevance
32 auto countryCodePtr = CountryCode::Unmarshalling(data); in OnRemoteRequest() local33 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()
156 auto countryCodePtr = CountryCode::Unmarshalling(request); in CountryCodeCallbackHostFuzzerTest() local157 callbackHost->Send(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()160 callbackHost->OnCountryCodeChange(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()
50 auto countryCodePtr = CountryCode::Unmarshalling(data); in OnRemoteRequest() local51 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()