Searched refs:target (Results 1 - 2 of 2) sorted by relevance
/domains/advertising/oaid/services/oaid_manager/src/ |
H A D | oaid_observer_manager.cpp | 45 std::string target = oaid.substr(0, 9).append(OAID_VIRTUAL_STR); in RegisterObserver() local 46 OAID_HILOGI(OAID_MODULE_SERVICE, "registerObserver success, getOaid is: %{public}s", target.c_str()); in RegisterObserver() 58 std::string target = oaid.substr(0, 9).append(OAID_VIRTUAL_STR); in OnUpdateOaid() local 59 OAID_HILOGI(OAID_MODULE_SERVICE, "OnOaidUpdated success oaid is: %{public}s", target.c_str()); in OnUpdateOaid()
|
H A D | oaid_service.cpp | 342 std::string target = oaid.substr(0, 9).append(OAID_VIRTUAL_STR); in GetOAID() local 343 OAID_HILOGI(OAID_MODULE_SERVICE, "getOaid success oaid is: %{public}s", target.c_str()); in GetOAID() 355 std::string target = resetOaid.substr(0, 9).append(OAID_VIRTUAL_STR); in ResetOAID() local 356 OAID_HILOGI(OAID_MODULE_SERVICE, "resetOaid success oaid is: %{public}s", target.c_str()); in ResetOAID()
|
Completed in 2 milliseconds