Searched refs:next_unique_binder_adaptor_id_ (Results 1 – 2 of 2) sorted by relevance
61 : next_unique_binder_adaptor_id_(0), in BinderControl()105 return new IPConfigAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateIPConfigAdaptor()114 return new ProfileAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateProfileAdaptor()118 return new RPCTaskAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateRPCTaskAdaptor()130 to_string(next_unique_binder_adaptor_id_++)); in CreateThirdPartyVpnAdaptor()189 return new Adaptor(object, to_string(next_unique_binder_adaptor_id_++)); in CreateAdaptor()
95 uint32_t next_unique_binder_adaptor_id_; variable