Searched refs:attributeNames (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_data_utils.cpp | 342 napi_value attributeNames = nullptr; in GetValue() local 343 NAPI_CALL_BASE(env, napi_get_property_names(env, in, &attributeNames), napi_invalid_arg); in GetValue() 345 NAPI_CALL_BASE(env, napi_get_array_length(env, attributeNames, &attributesNum), napi_invalid_arg); in GetValue() 348 NAPI_CALL_BASE(env, napi_get_element(env, attributeNames, i, &attributeNameNapi), napi_invalid_arg); in GetValue()
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_data_utils.cpp | 421 napi_value attributeNames = nullptr; in GetValue() local 422 NAPI_CALL_BASE(env, napi_get_property_names(env, in, &attributeNames), napi_invalid_arg); in GetValue() 424 NAPI_CALL_BASE(env, napi_get_array_length(env, attributeNames, &attributesNum), napi_invalid_arg); in GetValue() 427 NAPI_CALL_BASE(env, napi_get_element(env, attributeNames, i, &attributeNameNapi), napi_invalid_arg); in GetValue()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 314 std::vector<std::string> attributeNames {}; in OnGetPlayerAppSettingAttributeTextInner() 321 attributeNames.push_back(value); in OnGetPlayerAppSettingAttributeTextInner() 326 stub->OnGetPlayerAppSettingAttributeText(RawAddress(addr), attrbutes, attributeNames, result); in OnGetPlayerAppSettingAttributeTextInner() local
|
Completed in 4 milliseconds