Lines Matching refs:GetAllocator

44   doc.AddMember(sl4n::kStatusStr, sl4n::kSuccessStr, doc.GetAllocator());  in initiate()
58 doc.AddMember(sl4n::kResultStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_get_local_name_wrapper()
59 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_get_local_name_wrapper()
63 tmp.SetString(name.c_str(), doc.GetAllocator()); in bluetooth_binder_get_local_name_wrapper()
64 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in bluetooth_binder_get_local_name_wrapper()
65 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_get_local_name_wrapper()
78 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_init_interface_wapper()
80 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_init_interface_wapper()
82 doc.AddMember(sl4n::kResultStr, init_result, doc.GetAllocator()); in bluetooth_binder_init_interface_wapper()
94 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
95 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
104 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
105 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
107 doc.AddMember(sl4n::kResultStr, set_result, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
108 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_set_local_name_wrapper()
123 doc.AddMember(sl4n::kResultStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_get_local_address_wrapper()
124 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_get_local_address_wrapper()
127 tmp.SetString(address.c_str(), doc.GetAllocator()); in bluetooth_binder_get_local_address_wrapper()
128 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in bluetooth_binder_get_local_address_wrapper()
129 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_get_local_address_wrapper()
143 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_enable_wrapper()
144 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_enable_wrapper()
146 doc.AddMember(sl4n::kResultStr, enable_result, doc.GetAllocator()); in bluetooth_binder_enable_wrapper()
147 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_enable_wrapper()
161 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_register_ble_wrapper()
162 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in bluetooth_binder_register_ble_wrapper()
164 doc.AddMember(sl4n::kResultStr, register_result, doc.GetAllocator()); in bluetooth_binder_register_ble_wrapper()
165 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_register_ble_wrapper()
181 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
182 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
189 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
190 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
197 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
198 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
205 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
206 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
218 sl4n::kResultStr, sl4n_error_codes::kFailInt, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
219 doc.AddMember(sl4n::kErrorStr, sl4n::kFailedCounterInt, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
222 doc.AddMember(sl4n::kResultStr, adv_settings, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()
223 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bluetooth_binder_set_adv_settings_wrapper()